I observed that, on B4A, B4XPage_CloseRequest gets called when the user taps the system "back" button.
On B4i, this does not happen when tapping the title bar "back" button.
How do I trap the back button on iOS or better, in a cross-platform way?
The B4XPage_Disappear seems unappropriated for my use case, since I'd like to continue running if the app is momentarily sent to back.
On B4i, this does not happen when tapping the title bar "back" button.
How do I trap the back button on iOS or better, in a cross-platform way?
The B4XPage_Disappear seems unappropriated for my use case, since I'd like to continue running if the app is momentarily sent to back.