My android app always restart itself after open a link in browser, using the block 'open URL in browser'? So if I hit the back arrow to switch back to my app, it has jumped back to the start scene. And I have nothing in my code that does that, so it happens when the app "loses focus" and sits idle in the background.
Is there a way I can prevent this?
I also wonder if it is possible to have an app running in the background as long as I want? Now my Stencyl made apps stops or resets to the start scene after idle a longer time in the background. Also timers does not seem to work when the app does not has focus/ is idle.