How can I disable the swiping back navigation by swiping right on the top part of the screen (Using no navigators, just basic screens), on the Live app it seems to go back to the previous screen when I swipe right on the top portion of the screen, is there a way to only have navigation done in the logic?
You must be using an iPhone device / any other iOS device to use Thunkable Live.
I think since iPhone(s) don’t have a default system-dedicated back button, like Androids have, Thunkable has made a swipe system to go back. (I think so. This is not the key reason)
Also, can you please provide a link to your project, so we can see what’s really happening.
I’m having the same issue. I don’t use navigators but all apps I create can be ‘backswiped’ by default when users are swiping right from the left edge of the screen.
A workaround for this issue is the screen that it’s swiping TO, add a variable on whether you want to stay there or not (something like StayOnScreenAfterSwipe), and if it’s set to False, you can then in the Open block send it back to the previous screen (if you know where it came from) using the Navigate To block.
For example, I have a basic splash window that displays when the app first opens. I set it to return to the main view if that variable is false.
I know this is a bit old but it’s still an apparent issue. Another solution might be to disable the Screen history, obviously that’s stored somewhere, probably needs to be another block implemented by Thunkable staff.