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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -