You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
First off, thanks for creating this, it works perfectly and does exactly what I need it to do, much appreciate the hard work :).
However, I noticed Apple is now considering UIWebView to be deprecated, so it won't allow me to upload to the App Store, not even to test via TestFlight. Apparently they require WKWebView now.
I noticed Cordova 5.1 has WKWebView support now, however there are still calls to UIWebView in the code that prevent it from functioning correctly with Cordova 5.1.
I was wondering if you might have a build that replaces UIWebView with WKWebView and Cordova 5.1?
Thanks so much again, have a great day!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
First off, thanks for creating this, it works perfectly and does exactly what I need it to do, much appreciate the hard work :).
However, I noticed Apple is now considering UIWebView to be deprecated, so it won't allow me to upload to the App Store, not even to test via TestFlight. Apparently they require WKWebView now.
I noticed Cordova 5.1 has WKWebView support now, however there are still calls to UIWebView in the code that prevent it from functioning correctly with Cordova 5.1.
I was wondering if you might have a build that replaces UIWebView with WKWebView and Cordova 5.1?
Thanks so much again, have a great day!
The text was updated successfully, but these errors were encountered: