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
[All] webview.create_window(maximized=False) Create a window in a maximized state. Thanks @vsajip
[All] webview.create_window(screen=screen_instance) Create a window on a specific monitor, where screen is a screen returned by window.screens. Thanks @louisnw01
[All] Window title can be obtained / set via window.title.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
⚡ Features
webview.create_window(maximized=False)
Create a window in a maximized state. Thanks @vsajipwebview.create_window(screen=screen_instance)
Create a window on a specific monitor, wherescreen
is a screen returned bywindow.screens
. Thanks @louisnw01window.title
.🚀 Improvements
🐞 Bug fixes
webview.screens
is returned beforewebview.start
if use webview.screens before webview.create_window private_mode=False will fail #1193webview.start()
call Got GTK error when running webview.start twice #1063. Thanks @PercentBoat4164This discussion was created from the release 4.3.
Beta Was this translation helpful? Give feedback.
All reactions