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?
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
Post a Comment