You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/04/11 23:29:32 UTC

[GitHub] [cordova-plugin-statusbar] jcesarmobile commented on issue #175: Plugin breaks with WKWebView Engine

jcesarmobile commented on issue #175: Plugin breaks with WKWebView Engine
URL: https://github.com/apache/cordova-plugin-statusbar/issues/175#issuecomment-612534787
 
 
   There are at least 3 different issues here, probably because the original reported one is not very clear.
   For the statusbar text being always white, the problem is iOS 13 sets the "default" color based on the device mode. That's already fixed in master, default will always be black https://github.com/apache/cordova-plugin-statusbar/pull/169. 
   There is another PR to make default have the default behavior and instead use a new darkContent https://github.com/apache/cordova-plugin-statusbar/pull/181, so if you want that behavior, comment on https://github.com/apache/cordova-plugin-statusbar/issues/164, because last time I asked people wanted default to be black and not change based on the device mode.
   For the gap on the bottom, thats a WKWebView "feature", to fix it you have to use viewport-fit cover and 100vh as height instead of 100%. see https://github.com/apache/cordova-plugin-wkwebview-engine/pull/107
   other one was a InAppBrowser bug. 
   The original bug is "not working on WKWebView", and I can't reproduce that, so I'm closing the issue.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org