We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MacOS 12.6.2 (21G320) Apple M1 Pro Python 3.12.7 nicegui == 2.5.0 pywebview == 5.3.2
By simply changing the code in examples/local_file_picker/main.py from:
examples/local_file_picker/main.py
ui.run()
to
ui.run(native=True)
It no longer shows the files. After clicking the choose file, it shows an empty dialog with no size.
Native:
The proper version in browser:
The text was updated successfully, but these errors were encountered:
Hi @Magolor,
Unfortunately, I can't reproduce this issue. 😕
MacOS 14.6.1 (23G93) Apple M1 Max Python 3.12.3 nicegui == 2.5.0 pywebview == 5.3.2
Sorry, something went wrong.
No branches or pull requests
Description
System:
MacOS 12.6.2 (21G320)
Apple M1 Pro
Python 3.12.7
nicegui == 2.5.0
pywebview == 5.3.2
Error Reproduction:
By simply changing the code in
examples/local_file_picker/main.py
from:to
It no longer shows the files. After clicking the choose file, it shows an empty dialog with no size.
Screenshot:
Native:
The proper version in browser:
The text was updated successfully, but these errors were encountered: