-
Notifications
You must be signed in to change notification settings - Fork 217
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
Comments
@sarriaroman is it using UIWebKit? If so can you please update. |
@beritsistemas |
@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. |
** EDIT |
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 |
We've build an similar plugin that works without the UIWebview. Take a look here: |
@ImpacGroup thanks, I will give it try |
I was using this plugin but the app was rejected by Apple.. I have to remove it ..
Be careful when you use this
The text was updated successfully, but these errors were encountered: