-
-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.0 #1227
Comments
Added support for file downloads. To enable file downloads, set |
Can't wait for file drag and drop support! |
+1 |
You can use 5.0 already by installing the dev version in the |
Thank you very much, your library solved my life. I will be waiting very patiently for version 5.0 |
Version 5.0.1 is on pypi now |
Please make step by step for android installation code and then build |
The next major release 5.0 will include following features
window.get_elements
returns a list of instances ofElement
objects.evaluate_js
throws a JavascriptException if executed codes raises an errorwebview.settings
Additional options that would override default behaviour of pywebview to address popular feature requests. These will include controlling openingtarget=_blank
links in an external browser or openingdevtools
automatically in debug mode.webview.settings['ALLOW_DOWNLOADS'] = True
. Disabled by default.The release progress can be tracked in the 5.0 branch
Target release date is towards the end of this year.
The text was updated successfully, but these errors were encountered: