1

Is there any working trick to solve this design bug?

I'm using cordova-plugin-ionic-webview, "viewport-fit=cover" has been added to index.html.

Bug screenshot

Suraj Rao
  • 29,388
  • 11
  • 94
  • 103
petrot
  • 31
  • 4

1 Answers1

0

It is related to the status bar plugin , which was fixed and merged successfully but it didn't release yet. you can try that plugin directly , for that you need to remove the plugin and installing it from the github url cordova plugin add https://github.com/apache/cordova-plugin-statusbar

More info refer this issue

Krsna Kishore
  • 8,233
  • 4
  • 32
  • 48
  • Thanks a lot, it works :) – petrot Nov 07 '17 at 17:03
  • @Webruster HI, I use the method that you provided and iOS is working fine now. But I discover when I build android app, the statusbar of android will disappear the information, just remain the black blank statusbar. – Nulra Nov 09 '17 at 08:07
  • @Nulra open a new question and provide more details so that i can help u out – Krsna Kishore Nov 09 '17 at 12:56
  • @Webruster Here is my question, thanks a lot https://stackoverflow.com/questions/47050458/iphone-x-css-issue-in-ionic3-8-0?noredirect=1#comment81220743_47050458 – Nulra Nov 09 '17 at 13:16