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
Creating a new WebviewWindow at specific x-y coordinates on a second display does not move to position.
Instead it is created on the primary display (at coordinates x = 0, y =0).
E.g. Assuming primary display is 3840 x 2160 (4k), we would expect the WebviewWindow to be draw fullscreen on the second display. This works correctly on Windows but not on macOS.
Describe the bug
Creating a new
WebviewWindow
at specific x-y coordinates on a second display does not move to position.Instead it is created on the primary display (at coordinates x = 0, y =0).
E.g. Assuming primary display is 3840 x 2160 (4k), we would expect the
WebviewWindow
to be draw fullscreen on the second display. This works correctly on Windows but not on macOS.Reproduction
See above snippet.
Expected behavior
The
WebviewWindow
should be drawn fullscreen on the second display.Full
tauri info
outputStack trace
No response
Additional context
#10420
#11170
The text was updated successfully, but these errors were encountered: