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

After opening in a local window, it displays blank content. #3934

Open
SyniLSN opened this issue Oct 31, 2024 · 1 comment
Open

After opening in a local window, it displays blank content. #3934

SyniLSN opened this issue Oct 31, 2024 · 1 comment
Labels
question Further information is requested

Comments

@SyniLSN
Copy link

SyniLSN commented Oct 31, 2024

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

from nicegui import ui
ui.label("page with custom title")
ui.run(native=True, window_size=(400, 300), fullscreen=False)

System environment

python 3.11.9 64-bit, nicegui 2.5.0

@rodja
Copy link
Member

rodja commented Nov 1, 2024

Maybe pywebview is not correctly installed? See #2751.

@falkoschindler falkoschindler added the question Further information is requested label Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants