I'm trying to test some widgets / apps on my Forerunner 920xt. Here's a couple of bugs I've discovered so far:
Widget:
- Widget is not excepting key input
App:
- Layout attribute x="center" is not processed properly (processed as x="0")
- Menu button doesn't display app menu (I get Options: connect to Wi-Fi / Lock Device, or nothing if key event is handled)
- Keys do not seem to be mapped to behavior (I've not tested this fully, but I would have expected onNextPage to be mapped to the Enter key, but it isn't mapped to any key at all)
- Menu button registers Ui.KEY_ENTER in stead of Ui.KEY_MENU
- Ui.pushView does not seem to work. At least not for pushing a menu.