desktop_window icon indicating copy to clipboard operation
desktop_window copied to clipboard

How to set it to full screen?

Open leielyq opened this issue 3 years ago • 3 comments

How to set it to full screen?

leielyq avatar Nov 16 '20 06:11 leielyq

I want to keep the full screen permanently,the user cannot adjust it,thank you

leielyq avatar Nov 16 '20 06:11 leielyq

just call setFullscreen(true) in runApp, if you want Kiosk mode on Windows please wait for a future update or submit a pr.

JustusFluegel avatar Jun 26 '21 21:06 JustusFluegel

I just noticed you can run setBorders(false) and then setFullscreen(true) for a kiosk-like experience on windows.

JustusFluegel avatar Jun 26 '21 21:06 JustusFluegel