How to disable right swipe?

Hey all,

Have an issue here that I can’t seem to get to the bottom of. I need all tough functionality disabled in my application (wet environment) and I have handlers for all touch events that return true. Everything works fine in the sim, however on the real device (Epix and Fenix) a right swipe triggers a back button and I can’t seem to disable it. 

I set up some debug code and when swiped, the program enters the empty “onswipe” function as well as my back/esc key pressed function. 

How can I stop it from entering the key pressed function when only swiping?