rubymotion-community / sugarcube

Some sugar for your cocoa. RubyMotion helpers.
Other
422 stars 66 forks source link

Remove UIWebView #220

Closed Lax closed 4 years ago

Lax commented 4 years ago

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

wndxlori commented 4 years ago

Perhaps we could replace with the WKWebView equivalent?
https://developer.apple.com/documentation/webkit/wkwebview/1415017-evaluatejavascript?language=objc

Lax commented 4 years ago

WKWebView differs from UIWebView from many aspects: First, WKWebView#evaluatejavascript uses an async way to run javascripts. Second, UIWebView is available on iOS only, WKWebView is available on both iOS and macOS.

Testing is failing on both travis-ci and local now, I will try to fix this later.

Lax commented 4 years ago

@andrewhavens This PR together with #222, needs publishing a new version to rubygems.org.