My app uses WatchUi.Menu. When the user clicks a menu item on "old" watches (~2 years ago), the menu is popped, and I didn't call popView in my MenuInputDelegate so far. I'm trying to port the app to new devices, and for some looks like it does not pop the menu on click, at least not in the Simulator - the menu stays and causes issues.
Even worse, I didn't find a consistent way to determine when I should explicitly call popView - checking if the device is a touch screen mostly works, but for some older touch screen watches not so much.
So, when (and if at all) should I explicitly call popView on my MenuItemDelegate?
Thank you!