Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac Catalyst support! #130

Open
Rashesh-Bosamiya opened this issue Nov 19, 2019 · 3 comments
Open

Mac Catalyst support! #130

Rashesh-Bosamiya opened this issue Nov 19, 2019 · 3 comments

Comments

@Rashesh-Bosamiya
Copy link

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

@TahirTahir
Copy link

Hi @Rashesh-Bosamiya
Did you manage to find a solution to the UIWebView Issue?

@Rashesh-Bosamiya
Copy link
Author

Not yet officially

But I have manually commented out particular code & migrated to WKWebView

@TahirTahir
Copy link

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{}

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

No branches or pull requests

2 participants