-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
Added WebView::load_html #1058
Added WebView::load_html #1058
Conversation
Tested on Android using cargo-mobile2, seems to be working properly. |
4398589
to
6b1f0e8
Compare
Rebased onto |
Also tested in Windows/macOS/ubuntu |
@VictorKoenders looks like you didn't sign your commits and I can't merge the PR unless they are signed. You need to setup commit signing, then you can sign past commit like this for example. |
This totally fell out of my radar, thanks @VictorKoenders for the PR though and apologies for keeping it this long |
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Checklist
Other information
There is currently
WebViewBuilder::with_html
but there is no way to load in HTML after theWebView
has been constructed. This is an attempt at adding that.I have only tested this on Windows right now. The other platforms still need testing / fixing. Please chip in if you can test or have feedback.