Working on a game for mobile and I have started testing it on Android. I am using Intel XDK to build.
For the most part my game works well, performance is fine, but ive discovered that once the game launches Android's default buttons don't display (back, home and menu I think? The buttons are a triangle, circle and square, usually at the bottom of the screen, or on the side in landscape view). So there is no easy way to quit out of my game. Other Android games I have on my phone display these buttons during game play, they just remain at the edge of the screen, providing an easy way to quit out of the game..
So im not sure what I need to do to get these default buttons to remain visible. Is it a plugin I need to add in Intel XDK or something?
The only plugin I added to my build was the InAppBrowser.
Or alternatively is it better practice to have a button in the main menu that would close the game and return the user to the Android interface?
Thanks for any help.