Page 1 of 1

SB2.1 Android - Exit App

Posted: Wed Sep 20, 2017 10:29 pm
by IdeasVacuum
CloseWindow(EventWindow()) does remove the App from the display, but in fact it is still running.
In earlier SB, ! window.close(); did properly make the App exit, but now an App with this command will hang on launch.

So, how do we properly close our Apps on Android?