Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When adding cordova-ios@4.0.0 and the wkwebview-engine-localhost plugin, the <allow-navigation/> never gets set for localhost.
Just displays a white screen unless you run it in Xcode and see the error.
Might want to just add <allow-navigation href="http://localhost:*/*" /> to config.xml via the local-webserver plugin.
Happy to do a PR if you agree...