You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exact same project works as expected on MacOS (version 12.2.1).
No console errors are present on the main window and the Dev Tools of the spawned window cannot be accessed (could be possible if there is another way than right click > inspect or F12).
Describe the bug
Creating a new window from the
AppHandle
struct with thecreate_window
function results in a blank window on Windows.Example:
Results in:
Calling the same function from the setup function like so creates the window successfully:
The exact same project works as expected on MacOS (version 12.2.1).
No console errors are present on the main window and the Dev Tools of the spawned window cannot be accessed (could be possible if there is another way than right click > inspect or F12).
Reproduction
cd tauri-window-issue
yarn install
ornpm install
yarn tauri dev
ornpm run tauri dev
The secondary window that pops up on load will successfully load the link.
The window spawned with the button:
create window
does not load the link on Windows.OR
Create a window from a Tauri command invoked by JS.
Expected behavior
The window should successfully load the link when created from the AppHandle struct (?) on Windows.
Platform and versions
Stack trace
No response
Additional context
The behaviour has already been replicated on different environments (this was initially reported by a colleague).
The text was updated successfully, but these errors were encountered: