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
Display blank after running
I thought the program code was written incorrectly, so I used minimal functionality to reproduce the code, but the problem still occurred.
from nicegui import ui ui.label("page with custom title") ui.run(native=True, window_size=(400, 300), fullscreen=False)
python 3.11.9 64-bit, nicegui 2.5.0
The text was updated successfully, but these errors were encountered:
Maybe pywebview is not correctly installed? See #2751.
Sorry, something went wrong.
No branches or pull requests
Description
Phenomenon
Display blank after running
Description
I thought the program code was written incorrectly, so I used minimal functionality to reproduce the code, but the problem still occurred.
Reproduce code
System environment
python 3.11.9 64-bit, nicegui 2.5.0
The text was updated successfully, but these errors were encountered: