6

Our requirement is to build chrome book kiosk app and the app should work offline and upload the data to cloud when the device is connected to network. Can we make progressive apps as chrome kiosk apps? Or is there any better way to approach?

Subin
  • 353
  • 2
  • 11
  • AFAIK, you can use PWA in as a kiosk app. You can check this tutorial about [HOW TO IMPLEMENT PWA AND BARBA.JS INTO INTERNET KIOSKS](https://www.degordian.com/education/blog/implement-pwa-barba-js-internet-kiosks/) and it is also included in the update of I/O 2014 for Web titled ["Unleash the power of Kiosk Apps"](https://developers.google.com/web/shows/google-io/2014/unleash-the-power-of-kiosk-apps). Lastly, try checking this [GitHub](https://github.com/kyl3d3nt0n/Vados) code that I've found. – Mr.Rebot Aug 26 '18 at 21:34

1 Answers1

0

Starting in Chrome 81, you can install websites and progressive web apps (PWAs) on managed Chrome devices in locked-down kiosk mode. You can also automatically launch PWAs on a kiosk.

  1. From the Admin console Home page, go to Devices > Chrome.
  2. Click Apps & extensions > Kiosks.
  3. To apply the setting to everyone, leave the top organizational unit selected. Otherwise, select a child organizational unit.
  4. Click Add > Add by URL.
  5. Enter the URL and click Save.

Full details are at Add websites and progressive web apps to Chrome kiosks

PeteLe
  • 1,755
  • 10
  • 19
  • 1
    I tried creating a PWA and launched it through KIOSK but it doesnt work in offline mode. It works perfectly in non kiosk offline mode. In Kiosk mode it needs to be connected to internet. Any recommendations? – Subin Jun 07 '21 at 19:58
  • Hey @Subin, I am having the exact same issue. Did you end up figuring this out? – Shimon Brandsdorfer Aug 09 '21 at 23:24