behavior delegate

I'm gearing up to migrate my app to (the single-button, touch-screen) VA-3 and am revisiting the way I have been using input/behavior delegates.

Is this a documentation bug or am I confused?
onPreviousPage ⇒ Toybox::Lang::Boolean
Represents the Previous Page behavior.

This is typically triggered by the down button (KEY_DOWN) or by a SWIPE_DOWN SwipeEvent on a touch screen.

but on the VA-HR it appears to be triggered by the swipe right gesture in the Sim and on the watch.

  • This seems to work just fine on a fr935 and fenix5, but I can reproduce the problem with the simulator (ConnectIQ 2.3.4). I'll file a bug for you (filed; see this post)

    That said, I didn't know about DeviceSettings.inputButtons, or I had forgotten about it. Given that bit of data the code to figure out what transition to apply does become much simpler.

    Travis