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
window.navigate_to_url
This issue has been upstreamed from tauri-apps/tauri#5716
Now, We change the window url in a clumsy way.
The solution comes from #5377
main_window.eval(&format!("window.location.replace('http://localhost:{}')", "1234"));
I think we can provide a new mod named location under window instance, The function of location can be partially similar to Window.location
location
No response
The text was updated successfully, but these errors were encountered:
feat: add Webiew::navigate_to_url, closes #776
Webiew::navigate_to_url
0e8193c
a2b9531
Successfully merging a pull request may close this issue.
Describe the problem
Now, We change the window url in a clumsy way.
The solution comes from #5377
Describe the solution you'd like
I think we can provide a new mod named
location
under window instance, The function of location can be partially similar to Window.locationAlternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: