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

iOS: Any plan to remove UIWebView and use WKWebView instead? #1052

Closed
joelz opened this issue Sep 5, 2019 · 2 comments
Closed

iOS: Any plan to remove UIWebView and use WKWebView instead? #1052

joelz opened this issue Sep 5, 2019 · 2 comments
Labels
Milestone

Comments

@joelz
Copy link

joelz commented Sep 5, 2019

Hi,

Recently people has started receiving this warning when submitting apps that have references to UIWebView.

ITMS-90809: Deprecated API Usage - Apple will stop accepting submissions of apps that use UIWebView APIs.

Here's a Twitter thread from one Apple dev on the topic: https://twitter.com/NiklasMaerz/status/1167031874738434048

Although our app (which used this plugin) has not received the warning yet, but I find this plugin also uses UIWebView:

return [(UIWebView*)self.webView stringByEvaluatingJavaScriptFromString:@"window.plugins.socialsharing.iPadPopupCoordinates();"];

So is there any plan to remove UIWebView reference and use WKWebView instead?

Thanks.

@EddyVerbruggen
Copy link
Owner

I've removed it in 5.6.0 so the iPadPopupCoordinates feature no longer works until someone makes it WKWebView compatible.

@tryhardest
Copy link

Nice. We must be on an old version as we still saw references. Will upgrade thank you. For this interested https://cordova.apache.org/howto/2020/03/18/wkwebviewonly.html

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

No branches or pull requests

3 participants