Skip to content

WKWebView

Compare
Choose a tag to compare
@gilesvangruisen gilesvangruisen released this 27 May 17:28

At long last! The transition from UIWebView to WKWebView is complete.

Please not, there are breaking changes associated with the move, as detailed in the README:

0.7.0 Transitioning from UIWebView (deprecated) to WKWebView required changing player calls which return values to be asynchronous. If you upgrade to 0.7.0, you will need to replace any call to either getCurrentTime() and getDuration() with its asynchronous equivalent, documented above.