Merged
Conversation
672c717 to
6373c57
Compare
6373c57 to
d846f79
Compare
88305ca to
8c64a41
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR depended on tauri-apps/wry#1368 being released.
I wanted to go ahead and throw up an example as a test case. For any wry maintainers who may stumble across this issue, just clone the repo, install deno if you don't have it, and run
deno task example load-htmlin the root. That runs theload-htmlexample (as shown below) which ultimately makes a call toWebView::load_htmlin wry.https://github.com/zephraph/webview/blob/672c717cab0f7f373a439d0554a7582e7198043c/examples/load-html.ts#L1-L12