Jay

Results 14 comments of Jay

You will definitely run into this problem @AndreasGassmann - I had to revert to the older UIWebView in order to get this plugin to work.

It would appear so @gnesher - raised an issue here - https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/54

I share your concern @AndreasGassman - I'm sure this would be find for a handful of images, but if you need to render hundreds of images as blobs, I'm pretty...

Also getting the same problem - I believe that WKWebView does not support custom schemes like 'cdvphotolibrary' which is a deal-breaker for me.

@abcdurga solution only works for paths that begin with 'file://' - if you check the documentation here https://ionicframework.com/docs/wkwebview/ you will see: > Note: Core cordova plugins also allow you to...

If you are using WKWebview, custom schemes like cdvphotolibrary:// are not [yet] supported. I had a similar problem and had to revert back to UIWebView --- that's the only way...

Following your steps @hoangphan92 above, it looks like you have not re-installed WKWebview - you have simply uninstalled WKWebview, so the default web view plugin will be used - UIWebView....

Unfortunately not @boyfunky - this was, and still is the deal-breaker for upgrading to WKWebview --- i'm still using UIWebView 👎

Also experiencing the same problem... did anyone find a workaround for this? (other than changing to a JPEG/PNG?)

I've tried what @baskin suggested, however I receive a 'Can't bind to 'imageViewer' since it isn't a known property of 'img-loader' error. Any ideas on how to use these two...