Skip to content
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

Example local_file_picker can not run in native mode #3952

Open
Magolor opened this issue Nov 6, 2024 · 1 comment
Open

Example local_file_picker can not run in native mode #3952

Magolor opened this issue Nov 6, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@Magolor
Copy link

Magolor commented Nov 6, 2024

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:

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.

Screenshot:

Native:
image

The proper version in browser:
image

@falkoschindler
Copy link
Contributor

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

@falkoschindler falkoschindler added the help wanted Extra attention is needed label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants