-
Notifications
You must be signed in to change notification settings - Fork 918
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
Plugin is not compatible with iOS from April 2020 #2746
Comments
This plugin also supports WKWebView on ionic. |
Yep. But actions are required by the end of 2020 for existing apps and by April 2020 for new apps using this plugin. Every plugin should understand the new config.xml preference tag: References to UIWebView must be removed from the source. See also other plugins such as InAppBrowser which are taking actions: apache/cordova-plugin-inappbrowser#584 |
Ah, I see. Please send a pull request. |
Anyone working on a PR? Otherwise i will, as the Changes seems not to be that hard? |
I don't have enough Objective-C background to do so but I could try based on what have been done on InAppBrowser plugin. The main strategy seems to add a condition on every places containing the UiWebView keyword if WkWebViewOnly preference is present. (Edit : I just had a look at your PR, it looks good to me, thank you for the great work. We should wait for a review) |
The PR has been merged on the multiple_maps branch. |
The cordova-plugin-googlemaps version 2.7.0 has been released. |
Thanks Masashi. |
Sorry for late action. |
This plugin uses the uiwebview, which is not supported by Apple from April 2020.
@see: https://ionicframework.com/blog/understanding-itms-90809-uiwebview-api-deprecation/
The plugin must be updated to use WKWebView.
The text was updated successfully, but these errors were encountered: