-
-
Notifications
You must be signed in to change notification settings - Fork 302
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
feat: add Webiew::navigate_to_url
, closes #776
#777
Conversation
Some quick comments, because this looks like it would be important for the usefulness of the library. Here's is what I'm working on - This is a blocking issue for what I'm working on, so whenever this happens to be pushed into the main branch if you could be so kind as to just respond to this comment so I can repull the repo that would be helpful. Thanks for all your hard work on this library. Merry Christmas and Happy Holidays. |
@patientplatypus6 this has been released https://docs.rs/wry/latest/wry/webview/struct.WebView.html#method.load_url |
Thanks for the reply. It took me a little bit of thinking in how this was supposed to work. Sorry I am unfamiliar with the library. Here is an example page on how you can pass a load_url. The important bit is that you can pass the webview that is returned from the builder
into the
https://github.com/patientplatypus6/ipciceexample/blob/main/webview/src/main.rs#L85 Thanks again for the reply and working on this library. |
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
Checklist
fix: remove a typo, closes #___, #___
)Other information