Vertically Center-align Phaser Game in a Div
Let say you have a you have defined ‘mygame’ as parent in your config And the HTML is defined as following Define the CSS for mygame as following
Let say you have a you have defined ‘mygame’ as parent in your config And the HTML is defined as following Define the CSS for mygame as following
This issue can be fixed by adding the following code in config.xml This solution has been proposed for the cordova issue @ https://github.com/apache/cordova-android/issues/799
If you upload APK to a web server and try to download it on mobile be giving the URL of APK, it will fail since web server will block serving of any file type not recognized by it. In order to allow serving of APK file from the IIS web server add following mime-type in the web.config file The complete entry should be as following