sarriaroman / photoviewer

PhotoViewer Cordova Plugin
MIT License
155 stars 202 forks source link

This plugin uses UIWebKit (so Apple will reject your app) #201

Open leandromerli opened 4 years ago

leandromerli commented 4 years ago

I was using this plugin but the app was rejected by Apple.. I have to remove it .. Be careful when you use this

Exocomp commented 4 years ago

@sarriaroman is it using UIWebKit? If so can you please update.

WaseemRakab commented 3 years ago

@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 ..

leandromerli commented 3 years ago

@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 commented 3 years ago

@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.

WaseemRakab commented 3 years ago

@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

Manishkoju commented 3 years ago

I am using ionic3 i have also got the same error. Any solution for not working in ios?

leandromerli commented 3 years ago

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

mirko77 commented 3 years ago

https://developer.apple.com/news/?id=edwud51q

ImpacGroup commented 2 years ago

We've build an similar plugin that works without the UIWebview. Take a look here: https://github.com/ImpacGroup/cordova-plugin-zoomimageview

mirko77 commented 2 years ago

@ImpacGroup thanks, I will give it try