Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Change UIWebView (deprecated since iOS 12.0) to WKWebView #2

Merged
merged 3 commits into from
Oct 1, 2019

Conversation

jstuth
Copy link
Contributor

@jstuth jstuth commented Sep 27, 2019

This pr removes the need of the deprecated UIWebView on iOS 8.0+ and uses the WKWebView instead as noted in the official UIWebView documentation:

Note

In apps that run in iOS 8 and later, use the WKWebView class instead of using UIWebView. Additionally, consider setting the WKPreferences property javaScriptEnabled to false if you render files that are not supposed to run JavaScript.

see: https://developer.apple.com/documentation/uikit/uiwebview

@j0j00 j0j00 merged commit dc4e121 into j0j00:master Oct 1, 2019
@j0j00
Copy link
Owner

j0j00 commented Oct 1, 2019

Thanks for the PR, will try and push an update now.

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

Successfully merging this pull request may close these issues.

2 participants