You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37838945-wkwebview-support?utm_campaign=plugin&utm_content=tracker%2F2596540&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F2596540&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
idea would be to add to specify webview as an argument sent to the plugin as there are ways of determining the webview in use on the javascript side. This could also potentially deal with incorporating crosswalk support as the dev should be able to specify and then the native component doesn't have to detect and switch automatically.
ionic-team/cordova-plugin-wkwebview-engine#46
To keep track of the progress.
WKWebview does not use NSURLProtocol under the hood so the current approach to allow self-signed certificates does not work.
Fortunately there is a way:
http://stackoverflow.com/questions/27100540/allow-unverified-ssl-certificates-in-wkwebview/32507262#32507262
(only iOS9)
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/37838945-wkwebview-support?utm_campaign=plugin&utm_content=tracker%2F2596540&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F2596540&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: