ionic framework - How to put iOS app in full screen -
i know how remove status bar under ios please. on android not have problem, on ios status bar still visible.
thank in advance answers
ionic.platform.fullscreen();
or
//add following code in config.xml file
<platform name="android"> <preference name="fullscreen" value="true" /> </platform>
Comments
Post a Comment