Swipe navigation question

When using the “navigate back” flow function after a “component tap” event I can see the navigate back event happening in the debugger. Everything works fine.

But when using android’s built in gesture navigation and I navigate back, I cannot see that event in the debugger. Also my app crashes sometimes on swipe back event.
I guess that is because of some loops not completing or not being stopped by the navigate back event.

Is native gesture navigation intended to work this way?

Hi,
Android’s native swipe gesture is not part of the Composer and thus is not registered in the debug logs. It works because of the ‘page’ layout of the apps, but is not recognized by the debugger.

1 Like