-
Notifications
You must be signed in to change notification settings - Fork 19
Remove UIWebView and use WKWebView to support AppStore #12
Comments
Hi @sagrawal31 , thanks for the heads up ! This plugin is not maintained anymore as I switched to react-native. Cheers |
Hi, @etabard Thanks for the very prompt reply! I appreciate that you at least replied and updated, unlike the other authors.
I would be very much happy to maintain it but time constraint is my biggest concern so not really sure if I can be very active in terms of fixing the bugs & improving the plugin. But thanks for the proposal. I'll surely ping you in future if I can manage this plugin. Well, I forked this last year and did some improvements https://github.com/wizpanda/cordova-plugin-overappbrowser 😄 Another thing. Since you spent your valuable time to reply, please manage to put a "not maintained" banner in the README. Or for quickest option, archive this repository so GitHub will take care of it. This would help future developers who try to use this plugin and they will know in advance that this is not being maintained. Thanks again, Emmanuel! |
By the way, I raised an issue in |
Done, I updated the README :-) |
I'm not sure if this plugin is maintained or not because seems the author is not active for a long time.
Description
Apple stopped accepting new apps which uses
UIWebView
from April 2020 while the existing apps have to upgrade to useWKWebView
by Dec 2020 and this plugin usesUIWebView
.So using this plugin, it's not possible to push new app on AppStore.
While the apache/cordova-plugin-inappbrowser#668 is already upgraded to use
WKWebView
.The text was updated successfully, but these errors were encountered: