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

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

Open
leandromerli opened this issue Jul 7, 2020 · 10 comments
Open

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

leandromerli opened this issue Jul 7, 2020 · 10 comments

Comments

@leandromerli
Copy link

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

@Exocomp
Copy link

Exocomp commented Jul 14, 2020

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

@WaseemRakab
Copy link

WaseemRakab commented Aug 21, 2020

@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
Copy link
Author

@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
Copy link

@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
Copy link

WaseemRakab commented Aug 23, 2020

@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
Copy link

Manishkoju commented Sep 16, 2020

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

@leandromerli
Copy link
Author

leandromerli commented Sep 16, 2020

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
Copy link

mirko77 commented Mar 26, 2021

@ImpacGroup
Copy link

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

@mirko77
Copy link

mirko77 commented Nov 9, 2021

@ImpacGroup thanks, I will give it try

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

No branches or pull requests

6 participants