Hi, on my phone I don't have the bar in the bottom with the back button, home etc. I remove it and I'm just using the swipe gestures cause i find it easier to use it.
So in order to go back, for any app, I swipe from the left side to the center of the screen.
This makes the app to exit. I found online some solutions but they only works for the back button, and in this case i'm not pressing any back button.
Is there a way to fix it?
this code obviously doesn't work
So in order to go back, for any app, I swipe from the left side to the center of the screen.
This makes the app to exit. I found online some solutions but they only works for the back button, and in this case i'm not pressing any back button.
Is there a way to fix it?
B4X:
Sub Activity_KeyPress (KeyCode As Int) As Boolean
Select KeyCode
Case KeyCodes.KEYCODE_BACK
Return true
End Select
End Sub
this code obviously doesn't work