@fplan/kiosk-mode
v1.0.4
Published
## Query parameters
Downloads
2
Readme
@fplan/kiosk-mode
Query parameters
| Name | Type | Required | Description | | --------------- | ------- | -------- | ---------------------------------------------------- | | kiosk | boolean | Optional | Enables kiosk mode for the application. | | kioskPinchHint | boolean | Optional | Shows the hint (PinchToZoom from @fplan/components). | | kioskTouchHint | boolean | Optional | Shows the hint (TouchHand from @fplan/components). | | kioskHintClosed | boolean | Optional | Helps 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