-
Notifications
You must be signed in to change notification settings - Fork 395
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
Unable to get WKWebview working with native Photo Library plugin #54
Comments
@manucorporat This is a serious issue that stops a lot of developers to use the plugin. Any thoughts on this so far? |
This make sense, since the wkwebview plugin uses a file server to serve the app contents. http://ionicframework.com/docs/wkwebview/ We mention this in the WKWebview docs, but you cannot use any file protocol when referencing native files. This also includes the |
@mhartington |
When using WKWebview, custom schemes like cdvphotolibrary:// do not appear to work (even with dom sanitiser in place).
The cdvphotolibrary:// scheme is employed to show thumbnails etc when filtering photos from the cordova photo library plugin.
Had to revert back to UIWebView in order to get the photo library plugin to work.
Issue also mentioned here: terikon/cordova-plugin-photo-library#41
The text was updated successfully, but these errors were encountered: