angularjs - Ionic iOS header padding removal -


i getting problem in ionic project.

i have seen been mentioned before, none of solutions have worked including making fullscreen etc. because want keep statusbar onscreen. can achieved?

http://postimg.org/image/43ih51znz/

there fix. have use ionic.platform.fullscreen(true, true); in $ionicplatform.ready function. , add

<preference name="statusbaroverlayswebview" value="false"/> in config.xml file.

lastly make sure index.html file has meta tag

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> 

Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -