When the game is in foreground and lock the screen, then unlock the screen and return to the game, the game will lost response in some devices such as mi mix 2. But in Nexus 7, it will not happen.
It only happens when the screen is locked, the game is running in the foreground, if the game is already enter to the background, turn off screen and turn on again, the game could still be resuming from the background.
the line this.eventQueue_.wait(); in onPause on GiderosApplication broke the app, I tried to remove the line GiderosApplication.getInstance().onPause(); it will not broke any more, but it's not the solution to fix this issue.
Comments
http://docs.giderosmobile.com/reference/gideros/EventDispatcher/Event.APPLICATION_SUSPEND#Event.APPLICATION_SUSPEND
http://docs.giderosmobile.com/reference/gideros/EventDispatcher/Event.APPLICATION_RESUME#Event.APPLICATION_RESUME
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
But that's not related to the issue.
Edit:But this is not the same issue as broken in the onPaused method.
Likes: hgy29, totebo, NatWobble, SinisterSoft
Likes: pie, SinisterSoft