@SuuntoPartnerTeam
I’m having trouble getting this to work on my device . I then found this comment to see if I can figure it out but no.
It works fine in the simulator, but not on my Suunto Race S.
Here’s the relevant part of my code:
<uiViewSet id=“prevIntSet” onTap=“$.put(‘/Zapp/{zapp_index}/Event’, 2, null, ‘int32’)”>
In my JavaScript, I handle event ID 2 and update a variable that switches between different uiViewSet views. However, it seems like the tap interaction isn’t triggering anything on the watch.
I also checked the settings on my Race S but couldn’t find anything that might be blocking this behavior.
One thing I noticed: when the screen dims, tapping doesn’t seem to do anything at all—except on the map screen, where it wakes the display. This makes me wonder if there’s a setting or limitation that completely disables tap events in a SuuntoPlus app.
Has anyone encountered this or knows if there’s a specific setting I might be missing?
Thanks in advance!