Search code examples
androidtitaniumappceleratorappcelerator-titanium

Right swipe in android closes window


I have an android issue that appears to take any right swipe on my base window and either closes it or does an android back command. Basically closes the app back to home screen.

Also, I am not listening for swipes anywhere.

Ti SDK 5.1.2


Solution

  • You mentioned your use of xp.ui module. This module adds this functionality by default and it can be disabled by providing the swipeBack = false option to the module.