Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WKWebView support #18

Open
manucorporat opened this issue Sep 13, 2016 · 1 comment
Open

WKWebView support #18

manucorporat opened this issue Sep 13, 2016 · 1 comment

Comments

@manucorporat
Copy link

manucorporat commented Sep 13, 2016

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).
@hypery2k
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants