Hi -
I just realised that one of the possible reasons that my app is not recognising the "ENTER" key on the VA when in a Menu is that it was using a MenuInputDelegate instead of the InputDelegate.
on the Simulator, it works correctly (but I think this is a bug)
Steps to reproduce
1) Start activity (press enter key)
2) Pause Activity (press enter key)
3) wait x seconds for the Save/Discard menu to come up
4) User presented with option so Resume / Save / Discard the activity
What happens in the SIM
I press the ENTER Key ( the menu is on the resume menu option), activity resumes. (note that when this happen, I do not see the ENTER key being pressed. no sys.println on the console showing physical key is pressed)
I tap on the resume menu option. Activity resumes
What happens on the watch.
When users press the ENTER key, nothing happens
When user taps on the screen (on the resume menu option), the activity resumes.
Question:
What's the correct method to enable the ENTER key to be utilised during a menu selection (MenuInputDelegate).
The same code works on NON-Touchscreen devices whereby the ENTER key is used to select the menu option.
Thanks