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
When I try to create a new window using WebviewWindow with x,y options, the newly created Window appears on the Display, based on the x,y coordinates, but then jumps to the primary Display. I have to use setPosition method to move it to the right Display.
This behavior can be fixed with setPosition, ex: await webview.setPosition(position), but the workaround won't work if the screens have different scale/ratio, see image:
The text was updated successfully, but these errors were encountered:
Describe the bug
Bug is very similar to 11430
Reproduction
This behavior can be fixed with
setPosition
, ex:await webview.setPosition(position)
, but the workaround won't work if the screens have different scale/ratio, see image:The text was updated successfully, but these errors were encountered: