JeZxLee Posted January 25, 2015 Share Posted January 25, 2015 HTML5 Desktop Game On Google Android Device? Hi, My development team and I have recently finished an educational word game called: "LettersFall 5".http://LettersFall.com Without modification of the current version which was targeted toward desktops and notebooksthe game seems to run on our Google Android smartphone and tablet.(little slow and there is no audio, but it works) The only major issue is if user moves away from game and then returns the game stops?Is there some special iOS/Android HTML5 command to tell the game to resume playing? Thanks! JeZxLee Quote Link to comment Share on other sites More sharing options...
Daniel Belohlavek Posted January 31, 2015 Share Posted January 31, 2015 You can always peek the Phaser Source code and see how they do things https://github.com/photonstorm/phaser Quote Link to comment Share on other sites More sharing options...
Olle Posted January 31, 2015 Share Posted January 31, 2015 Checked the errorlogs of the mobile device?I neved experienced that problem on my game. I use window.onBlur / onFocus to pause and reinitiate the gameloop, maby that could help. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.