How to Use Full Touch in Connect IQ App and Override Default Left-to-Right Swipe Behavior (Exit App)?

Hi,
I'm developing a Connect IQ app (targeting touchscreen-enabled Garmin devices), and I'm trying to utilize full touch gestures within my app interface. However, I'm running into an issue: the default behavior of a quick left-to-right swipe causes the app to exit, which interrupts the intended interaction experience.

Is there a way to override or suppress this default system gesture so that I can capture left-to-right swipes within the app for custom functionality?

I've looked through the documentation for onSwipe(), onTap(), and other touch-related events, but it seems the system gesture takes precedence.

Would appreciate any pointers or best practices on how to implement custom full touch interactions without triggering app exit.

Thanks!