@developersnepal wrote:
I have full screen app developed for both ios and android using ionic.
I have<preference name="Fullscreen" value="true" />
on config.xml andif (window.StatusBar) {
on app.js.
// org.apache.cordova.statusbar required
StatusBar.hide();
ionic.Platform.fullScreen();
}
// StatusBar.styleDefault();
ionic.Platform.isFullScreen = true;
On the android device when i click on input text field to type something statusbar shows automatically. We i close the keyboard status bar still remains visible until i close it manually. How can i fix this. Please suggest me.
Thanks
Posts: 1
Participants: 1