photoviewer
photoviewer copied to clipboard
This plugin uses UIWebKit (so Apple will reject your app)
I was using this plugin but the app was rejected by Apple.. I have to remove it .. Be careful when you use this
@sarriaroman is it using UIWebKit? If so can you please update.
@beritsistemas what's the reason behind this? can you provide more details on how to prevent this from happening or what should we do? I'm also using this plugin, and could not find any good alternative plugin other than this that supports both android and iOS ..
@WaseemRakab the reason is that this plugin use UIWebKit.. apple deprecated this
https://developer.apple.com/news/?id=12232019b
https://ionicframework.com/blog/understanding-itms-90809-uiwebview-api-deprecation/
you have to implement something in app side.. and avoid using a plugin .. we have an ionic + angular app so we used https://www.npmjs.com/package/ngx-ionic-image-viewer
@WaseemRakab the reason is that this plugin use UIWebKit.. apple deprecated this
https://developer.apple.com/news/?id=12232019b
https://ionicframework.com/blog/understanding-itms-90809-uiwebview-api-deprecation/
you have to implement something in app side.. and avoid using a plugin .. we have an ionic + angular app so we used https://www.npmjs.com/package/ngx-ionic-image-viewer
Thank you for the reply. I will check the package you provided, thanks.
@beritsistemas
what's the reason behind this? can you provide more details on how to prevent this from happening or what should we do?
I'm also using this plugin, and could not find any good alternative plugin other than this that supports both android and iOS ..
** EDIT this package you provided is working perfectly now, thanks
I am using ionic3 i have also got the same error. Any solution for not working in ios?
I am using ionic3 i have also got the same error. Any solution for not working in ios?
No, use an angular component instead like https://www.npmjs.com/package/ngx-ionic-image-viewer
Don't use this plugin it will be rejected by Apple
https://developer.apple.com/news/?id=edwud51q
We've build an similar plugin that works without the UIWebview. Take a look here: https://github.com/ImpacGroup/cordova-plugin-zoomimageview
@ImpacGroup thanks, I will give it try