-
Notifications
You must be signed in to change notification settings - Fork 1k
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: replace UIWebView with WKWebView #1270
Comments
- All app-specific uses of UIWebView have been replaced with WKWebView. - Some third-party uses remain. - More testing required. - Note that I’ve bumped the minimum iOS version to iOS 11, since that is needed for WKWebView support. - Committing to a new branch until ready.
Yep, it's time. Got the warning from Apple today:
|
- Tweaks for Xcoce 11.4. - Web view fixes.
- Replaced NJKWebViewProgress with a WKWebView-compatible progress bar in the Original view.
- Disabled unused web views in AFNetworking and InAppSettingsKit.
All So feel free to merge this into |
Sounds good to me |
Done. The |
- All app-specific uses of UIWebView have been replaced with WKWebView. - Some third-party uses remain. - More testing required. - Note that I’ve bumped the minimum iOS version to iOS 11, since that is needed for WKWebView support. - Committing to a new branch until ready.
- Tweaks for Xcoce 11.4. - Web view fixes.
- Replaced NJKWebViewProgress with a WKWebView-compatible progress bar in the Original view.
- Disabled unused web views in AFNetworking and InAppSettingsKit.
* master: Android v10.0b3. #1298 (saved searches) #1298 (saved searches) #1304 (not restoring state) #1306 (status bar during fullscreen) #1231 (sharing crash) #1309 (theme in story detail view) Fixed #1314 (persistent "All Done") #1306 (status bar during fullscreen) #1294 (move to new folder) #1293 (invalid permalink) #1306 (status bar during fullscreen) #1306 (status bar during fullscreen) #1294 (move to new folder) #1301 (white flash in dark mode) #1270 (replacing UIWebView with WKWebView) #1270 (replacing UIWebView with WKWebView) #1270 (replacing UIWebView with WKWebView) #1270 (replacing UIWebView with WKWebView) #1270 (replacing UIWebView with WKWebView)
This was mentioned as part of the Mac Catalyst idea (#1247), but now has a fixed deadline, so I'm adding a separate issue for it.
Apple announced on December 23, 2019:
So we need to complete this within the next year. I'm giving it a
critical
priority since it has a deadline, and will take some time, though we have several months to complete it.The text was updated successfully, but these errors were encountered: