Closed IllusionPerdu closed 4 years ago
You need to resize the window in rust (set_inner_size
if you use winit
, or SetWindowPos
).
I don't think there's anything I can do about this. And the workaround is simple and straightforward. So I'm going to close this issue.
Hello
When we execute
window.resizeTo(width, height)
in the webview the main window does not change size (with the example).