Acknowledged
CIQQA-3862

Edge 850: onNextPage/onPreviousPage not fired by buttons

My app uses a CustomMenu and implements the callbacks Menu2InputDelegate.onNextPage and Menu2InputDelegate.onPreviousPage.

These callbacks work as expected on other devices and also in the simulator for the Edge 850. However, on a physical Edge 850 device, they are triggered only by touch gestures and not by button input.

I also have implemented onWrap, but that is not triggered either.

Here is the source code of the input delegate:

https://github.com/openhab/openhab-garmin/blob/main/source/user-interface/sitemap-menu/menu/HomepageMenuDelegate.mc 

Parents
  • I think I meant the Input sample. And you are right. I was replying from my phone, should've checked it before. However it might still be worth running the Input sample and see if the simulator and the real device behave the same way, because, while it doesn't say anything about it in the documentation of Menu2InputDelegate besides mentioning swipes, it is maybe implemented using the InputDelegate or the BehaviorDelegate. If it turns out that even those are different then it might be pointing to the right direction for Garmin to fix it.

Comment
  • I think I meant the Input sample. And you are right. I was replying from my phone, should've checked it before. However it might still be worth running the Input sample and see if the simulator and the real device behave the same way, because, while it doesn't say anything about it in the documentation of Menu2InputDelegate besides mentioning swipes, it is maybe implemented using the InputDelegate or the BehaviorDelegate. If it turns out that even those are different then it might be pointing to the right direction for Garmin to fix it.

Children
No Data