Acknowledged

Swipe right end program even when onBack or onSwipe is handled and returns true

On the real device for a fenix 7, it seems that swiping right will always call the default onBack behavior regardless of whether the overloaded function returns true or false and will do so whether using a behaviordelegate or inputdelegate.

The simulator handles this properly but the real device does not. Any way to disable this on the real device? I would like to prevent the user from inadvertently end the app when dragging left to right during some phase of using the app.

  • You'll see the same thing on other devices with touch, including things like a viviactive and venu. Sounds like the error is in the sim to me.

    What I do in device apps, is in onBack I return true if I don't want to exit (say I'm recording an activity), and return false if I'm in a state where I want to to exit the app.