WKWebView
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.