greaper Posted December 2, 2016 Share Posted December 2, 2016 Hello. I use cordova to pack my phaser game to a mobile app, which looks like as following in my android phone: To make my game full screen in mobile phones, I want to hide both top status bar and bottom control bar. Is it possible? How can I make this? Thanks for any replies Link to comment Share on other sites More sharing options...
greaper Posted December 3, 2016 Author Share Posted December 3, 2016 Alright, problem solved! Just add <preference name="Fullscreen" value="true" /> to config.xml file and it works ! Link to comment Share on other sites More sharing options...
bruno_ Posted December 3, 2016 Share Posted December 3, 2016 You can also set the orientation if your app isn't prepared for both: <preference name="Orientation" value="portrait" /> Link to comment Share on other sites More sharing options...
Recommended Posts