Acknowledged
CIQQA-3123

Vivoactive 6 Simulator problems

The Vivoactive 6 simulator does not seem to respond to a Menu command, and only responds to the buttons in a very tiny area along the edge of the button where it meets the body of the watch in the simulator. 

The Vivoactive 5 simulator operates as expected so it looks to me like this is a set of simulator bugs.

Parents
  • > So as developers I wonder if we are safe to assume we will see EITHER legacy onMenu() (non-touch or mostly button devices) and onActionMenu() (touch or mostly touch devices). Therefore, based on presence of View.setActionMenuIndicator I will use ActiveMenu to build my main menu, otherwise I will continue to use Menu or Menu2.

    I think that could work.

    You could also check simulator.json to see if onMenu is mentioned in the keys[] or display.behaviors[] arrays.

Comment
  • > So as developers I wonder if we are safe to assume we will see EITHER legacy onMenu() (non-touch or mostly button devices) and onActionMenu() (touch or mostly touch devices). Therefore, based on presence of View.setActionMenuIndicator I will use ActiveMenu to build my main menu, otherwise I will continue to use Menu or Menu2.

    I think that could work.

    You could also check simulator.json to see if onMenu is mentioned in the keys[] or display.behaviors[] arrays.

Children