#Change window height at runtime?
5 messages · Page 1 of 1 (latest)
I think webview supports this, but not sure about window/webviewwindow https://v2.tauri.app/reference/javascript/api/namespacewebview/#setsize
ah yeah window and other support this https://v2.tauri.app/reference/javascript/api/namespacewindow/#setsize
and you can get the resolution of the used monitor from the window and set it to the full size
https://v2.tauri.app/reference/javascript/api/namespacewindow/#primarymonitor (maybe you use the monitor from point method but can start with the primary monitor)