How to achieve background transparency in native mode? #3802
Unanswered
GoFireStar
asked this question in
Q&A
Replies: 2 comments 1 reply
-
you should create a discussion |
Beta Was this translation helpful? Give feedback.
0 replies
-
from nicegui import ui,app
app.native.window_args['transparent'] = True
ui.run(native=True) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Is the native mode implemented with pywebview? I want to achieve the background transparency effect of the following code. Can it achieve? How to do it?
Beta Was this translation helpful? Give feedback.
All reactions