# Immersive Kiosk Mode

> Lock the app to one screen for a shop counter, a museum or a demo unit.

- **Applies to:** AppMint and Appwright
- **Source:** the Integration Guide shipped inside the app; this page is generated from it.
- **HTML:** https://freewebtoapk.com/docs/kiosk-mode

True Fullscreen Without Nav Bars

### 1. What is Immersive Kiosk Mode?

Immersive Kiosk Mode hides the Android navigation bar (back, home, recents) and the status bar permanently. The app takes over the entire screen.

Perfect for:

- Kiosk / POS terminals
- Gaming apps
- Digital signage displays
- Exhibition / demo tablets
- Restaurant ordering tablets

### 2. Enable in Generator

In Step 2 (Display Settings):

1. Scroll to 'Display Options'
2. Toggle ON 'Immersive Kiosk Mode'
3. Generate your APK

No code changes needed on your website - this is purely an Android-level feature.

### 3. How Users Exit

Users can still access navigation by swiping from the screen edge. The bars will appear briefly (translucent) and then auto-hide again.

⚠️ Important: If you combine this with 'Exit Confirmation', the user must swipe to reveal the back button. Consider your use case carefully.

💡 Tip: For true kiosk lockdown, also disable Pull-to-Refresh and set Link Mode to 'Internal'.

### 4. Best Practices

✅ Test thoroughly before deploying on kiosk devices

✅ Combine with Portrait or Landscape lock for single-orientation kiosks

✅ Disable Zoom for touch-screen kiosks

⚠️ Not recommended for general consumer apps - users may get confused

⚠️ Google Play policy: Kiosk apps should clearly state their purpose

