damongolding / immich-kiosk

Immich Kiosk is a lightweight slideshow for running on kiosk devices and browsers that uses Immich as a data source.
GNU Affero General Public License v3.0
532 stars 19 forks source link

Add tag to enable fullscreen PWA on iOS #55

Closed njspix closed 2 months ago

njspix commented 2 months ago

I don't have a lot of experience with web development, but based on these docs it looks like adding a meta tag to the main page allows it to assume full screen when pinned to the home screen and launched as a PWA.

damongolding commented 2 months ago

A few more things are required to create a PWA such as a manifest and service worker but adding the meta tag can't hurt!