1.0.4 • Published 9 days ago

@fplan/kiosk-mode v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
9 days ago

@fplan/kiosk-mode

Query parameters

NameTypeRequiredDescription
kioskbooleanOptionalEnables kiosk mode for the application.
kioskPinchHintbooleanOptionalShows the hint (PinchToZoom from @fplan/components).
kioskTouchHintbooleanOptionalShows the hint (TouchHand from @fplan/components).
kioskHintClosedbooleanOptionalHelps not to show the hint again.

Usage

Only kiosk mode:

?kiosk=true

Kiosk mode with hint:

?kiosk=true&kioskPinchHint=true

After closing the hint:

?kiosk=true&kioskPinchHint=true&kioskHintClosed=true