Launch Desktop PWA in fullscreen/kiosk mode Launch Desktop PWA in fullscreen/kiosk mode vue.js vue.js

Launch Desktop PWA in fullscreen/kiosk mode


After install PWA you should go to shortcut properties and in destiny field add that code at the end:

--fullscreen --kiosk

Close chrome completely and open the pwa shortcut


The display:"fullscreen" property seems working properly as you do not see any browser address bar or other ui elements.

However it seems some CSS properties might set the content outside the viewport. I would double check that there is no layout property interfering with the page content.


I'm looking for a solution for this as well. I've upgraded to Windows 10 Pro and am trying to use the Windows Kiosk mode, but the app doesn't seem to appear in the menu of apps you can set to be your kiosk.

One thing to clarify that I think OP was after as well is that simply being fullscreen doesn't work for public kiosks as there are many ways to unintentionally trigger the window to minimize (even on a touch screen) like swiping on the bottom left hand corner reveals the windows icon.

I've only started looking so I'll report back here if/when I find out how to get my app to show on the Win 10 Pro kiosk menu!