4.0
#1016
Replies: 1 comment 3 replies
-
Здравствуйте! Не нашел другого способа с вами связаться. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
💔 BREAKING CHANGES
window.events
namespace.window.loaded
,window.shown
etc no longer work.⚡ Features
examples/menu.py
for usage example. Thanks @sardinationwebview.start(private_mode=True, storage_path=None)
Private mode and persistant storage support in a non-private mode. Private mode is enabled by default.webview.create_window(zoomable=False)
Enable / disable zooming on webpage. Disabled by default.webview.create_window(draggable=False)
Enable / disable dragging of IMG and A elements. Disabled by default.webview.create_confirmation_dialog(title, content)
creates a confirmation (Ok, Cancel) dialog. Thanks @sardination.window.get_cookies()
retrieve all the cookies (including HttpOnly) for the current webpage.webview.create_window(vibancy=False)
Window vibrancy suppport. macOS only. Thanks @CahierX.🚀 Improvements
evaluate_js
performance.🐞 Bug fixes
This discussion was created from the release 4.0.
Beta Was this translation helpful? Give feedback.
All reactions