Reputation: 3
I am building a react app for a kiosk with a windows operating system.
The app is supposed to appear as full screen (F11 look) right when it launches (without clicking any buttons).
I saw that as of a few years ago chrome does not support full screen launch. Has there been any changes with that?
Upvotes: 0
Views: 946
Reputation: 324
unfortunately not directly. However, you can alter the shortcut to the web app by adding these two properties: --fullscreen --kiosk
Upvotes: 1