You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to port my iOS Application to macOS Application using Xcode 11's new Mac Catalyst tool.
All things seems to working fine except SwiftR library.
Basically, primary problem is SwiftR uses UIWebView, that is certainly deprecated in Mac Catalyst tool.
So, requesting to upgrade this library to support Mac Catalyst tool.
Thanks,
Rashesh
The text was updated successfully, but these errors were encountered:
I can't seem to find the WKWebview equivalent of this line:
let msg = webView.stringByEvaluatingJavaScript(from: "readMessage('(id)')")!
its inside this function: shouldHandleRequest(_ request: URLRequest) -> Bool{}
I am trying to port my iOS Application to macOS Application using Xcode 11's new Mac Catalyst tool.
All things seems to working fine except SwiftR library.
Basically, primary problem is SwiftR uses UIWebView, that is certainly deprecated in Mac Catalyst tool.
So, requesting to upgrade this library to support Mac Catalyst tool.
Thanks,
Rashesh
The text was updated successfully, but these errors were encountered: