My Apps works fine with several models, but the onMenu() does not work on Fenix 6x Pro Solar device and sim. It looks it is never called.
Any idea? thanks all
function onMenu() {
if (WatchUi has :NumberPicker) {
myPicker = new WatchUi.NumberPicker(WatchUi.NUMBER_PICKER_DISTANCE,myValue);
WatchUi.pushView(myPicker, new MyNumberPickerDelegate(), WatchUi.SLIDE_IMMEDIATE);
}
return true;
}