I'm trying to develop a widget that is similar to the stock Weather or Metar ones in the sense that you can enter the widget and then navigate within them by using the up/down, select and back buttons.
I have found that in CIQ, back always brings you to the watch face, and up-down are only used to navigate within the widget carousel. Only the Enter/Select button is available, which can be used to cycle through the widget, but this makes for an inferior user experience.
I also noticed that MyMetar has a menu. I tried using onMenu() but it is not captured by BehaviorDelegate. Also, a long-press on "Up" could theoretically be manually detected but again, the up button brings you to the previous widget.
I would like to know if there is any way to solve that issue to improve UX.
Having access to a custom menu would be already a good help (like MyMetar), and full navigation with up/down and back buttons would be perfect.
Thanks
Julien