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
Thanks for reporting an issue with WebViewJavascriptBridge.
cd
make test
Tests/WebViewJavascriptBridgeTests/BridgeTests.m
I will take it from there and promise that I'll fix your problem ASAP.
And I probably won't :)
Cheers, @marcuswestin
The text was updated successfully, but these errors were encountered:
#383
Sorry, something went wrong.
let configuration = WKWebViewConfiguration() configuration.preferences.javaScriptEnabled = true if #available(iOS 13.0, *) { configuration.defaultWebpagePreferences.preferredContentMode = .mobile } let w = WKWebView(frame: .zero, configuration: configuration)
No branches or pull requests
WVJB Bug Report
Thanks for reporting an issue with WebViewJavascriptBridge.
Do these 4 things and I will fix your problem!
cd
into it and runmake test
. All tests should pass!Tests/WebViewJavascriptBridgeTests/BridgeTests.m
and create a new, failing test which demostrates your issue.That's it!
I will take it from there and promise that I'll fix your problem ASAP.
If you don't do this then I can't help you!
And I probably won't :)
Cheers,
@marcuswestin
The text was updated successfully, but these errors were encountered: