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
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:
/upstream tauri-apps/wry
Sorry, something went wrong.
Upstream issue at tauri-apps/wry#776 has been closed.
I believe this was resolved with #7235
No branches or pull requests
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: