We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WebODF libs integration with UIWebView: Integrated WebODF libs with UIWebView and it's working fine. Please find the below steps
_let jsFunction = "createEditor(\"../default.odt\", \"Test\", 375, 667)" webView.stringByEvaluatingJavaScript(from: jsFunction)_
WebODF libs integration with WKWebView: Integrated WebODF libs with WKWebView but it's not working.
let jsFunction = "createEditor(\"../default.odt\", \"Test\", 375, 667)" webView.evaluateJavaScript(jsFunction) { (result, error)
Please let me know if anyone can find the solution.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
WebODF libs integration with UIWebView: Integrated WebODF libs with UIWebView and it's working fine. Please find the below steps
WebODF libs integration with WKWebView: Integrated WebODF libs with WKWebView but it's not working.
Please let me know if anyone can find the solution.
The text was updated successfully, but these errors were encountered: