[Solved] Progressive Web App offline kiosk
Posted: 12 Feb 2020, 22:09
Hello,
I want to use Porteus Kiosk 4.9.0 distribution to show my Progressive Web App in kiosk mode.
Here is my configuration attempt:
So everything works fine after the first reboot my app is showing fullscreen and since it's a PWA everything is saved in the cache with a service worker (and because persistence=full and disable_private_mode=yes are set). If I unplug the Ethernet cable and press F5 it works the app is still able to show even without internet.
The issue is when I reboot and I let the Ethernet cable unplugged. In that case I only see the Porteus wallpaper and the browser never show. I think since the OS know that there is no internet it does not even try to launch the homepage.
Is there something I can do to launch chrome even without internet?
Thank you.
I want to use Porteus Kiosk 4.9.0 distribution to show my Progressive Web App in kiosk mode.
Here is my configuration attempt:
Code: Select all
connection=wired
dhcp=yes
browser=chrome
homepage_append=mac
homepage=https://twitter.com // example of PWA
disable_navigation_bar=yes
persistence=full
disable_private_mode=yes
shutdown_menu=reboot shutdown
additional_components=uefi.zip
The issue is when I reboot and I let the Ethernet cable unplugged. In that case I only see the Porteus wallpaper and the browser never show. I think since the OS know that there is no internet it does not even try to launch the homepage.
Is there something I can do to launch chrome even without internet?
Thank you.