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
[Windows] webview.start(storage_path) can now be set in private mode. This can be useful if you do not have write access to EdgeChromium default data directory and get 0x80070005 (E_ACCESSDENIED) error. [pywebview] WebView2 initialization failed with exception --2 #1026
🐞 Bug fixes
[All] Fix AttributeError: module 'webview.http' has no attribute 'running' exception occurring when multiple windows are opened. Thanks @YidaozhanYa. Multiple windows display error #1024
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
-
🚀 Improvements
webview.start(storage_path)
can now be set in private mode. This can be useful if you do not have write access to EdgeChromium default data directory and get 0x80070005 (E_ACCESSDENIED) error. [pywebview] WebView2 initialization failed with exception --2 #1026🐞 Bug fixes
AttributeError: module 'webview.http' has no attribute 'running'
exception occurring when multiple windows are opened. Thanks @YidaozhanYa. Multiple windows display error #1024create_window(hidden=True)
makes the show() command not work Using create_window with hidden=True makes the show() command not work #1050This discussion was created from the release 4.0.2.
Beta Was this translation helpful? Give feedback.
All reactions