Hi,
I notice on my Samsung Note5 deice, that when the back button is pressed repeated (fast) when the app is loaded, it will go back to the main screen and further attempts to load the app will just show a blank screen.
It seems that the app is ‘stuck’ in the ‘applicationSuspend’ state and is not able to get out of it when the app is launched again. To launch the app again, I will need to wait (~1 minute) until the Android-OS ask to close the app. The other option is to reinstall the app.
05-16 18:54:20.767 13676 14140 I Corona : system event : applicationSuspend 05-16 18:54:20.789 13676 14140 I Corona : Admob phase & type : displayed banner
After drilling down, disabling adMob or disabling Runtime:addEventListener( “key”, onKeyEvent ) solves this problem. This is most likely because the system-events are captured properly (like below).
.
05-17 00:26:59.525 18753 19061 I Corona : system event : applicationSuspend 05-17 00:26:59.985 18753 18753 I Corona : system event : applicationExit
.
Anyone experience this ? Using 2017.3075