Maya
Maya

Reputation: 3

How do I launch a react js. app in full screen on windows?

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

Answers (1)

Jan Arend
Jan Arend

Reputation: 324

unfortunately not directly. However, you can alter the shortcut to the web app by adding these two properties: --fullscreen --kiosk

Upvotes: 1

Related Questions