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

enter image description here

ionic.platform.fullscreen(); 

or

//add following code in config.xml file

<platform name="android">     <preference name="fullscreen" value="true" />  </platform> 

Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

ruby - unknown property method: 'wait' on EC2 windows server Instance -