Turn your Android device into a locked-down web page in fullscreen mode.
About this app
Webview Kiosk is a free and open-source Android application for secure, kiosk-style web browsing.
It can function as digital signage, a kid-friendly restricted browser, an immersive web reader, an interactive sign-up form, a home assistant dashboard, or simply a wall clock.
Designed for small businesses and device owners who are looking for a simple and standalone Kiosk solution.
Key Features
Core / Standalone
- Lock Task Mode (Pin): prevent access to your device's home screen, apps and status bar - Secure Settings: configurations are protected by biometrics, device credentials or custom password - URL Filtering: use regular expressions to control web access through a URL blacklist and whitelist - Export/Import: backup and restore user settings in Base64 or JSON format - Local files: display images, audio, video, HTML or PDF (using Mozilla's PDF.js) in kiosk mode - Default Launcher: use as the home app and launch other apps in lock task mode (kiosk) - JS Scripts: supports NFC (Near Field Communication), Eruda console, Dark Reader and custom scripts
Remote Management / Enterprise
1. MQTT (Message Queuing Telemetry Transport)
- Monitor events, update settings, execute commands and build custom automations using the API - Requires an MQTT broker (e.g. Mosquitto, EMQX, HiveMQ, or their HomeAssistant integrations)
2. UnifiedPush
- Send commands and update settings via a decentralised push notification system - Requires a distributor application (e.g. sunup, ntfy, gCompat-UP)
3. Managed Configurations (App Restrictions)
- For fully-managed (company-owned) devices, settings can be remotely configured via an MDM/EMM provider - Advanced users using a device policy controller (e.g. Test DPC or OwnDroid) can also enforce configurations locally
For more details, visit https://webviewkiosk.nktnet.uk
Permissions
- INTERNET: for general web browsing - ACCESS_NETWORK_STATE: to refresh web pages when network connectivity is restored - CAMERA: (optional) for use with web apps that requires photo/video capture - RECORD_AUDIO: (optional) for use with web apps that requires audio capture - MODIFY_AUDIO_SETTINGS: for routing audio (microphone will not work without this) - ACCESS_FINE_LOCATION: (optional) for web apps that needs precise geolocation - ACCESS_COARSE_LOCATION: (optional) for web apps that needs approximate geolocation - NFC: for reading and writing NFC tags using the device's NFC hardware - INSTALL_SHORTCUT: for adding home screen launcher shortcuts on Android 7.1 and below - QUERY_ALL_PACKAGES: to find launchable apps, device owners and lock task packages - POST_NOTIFICATIONS: (optional) for lock task mode (kiosk) launches and MQTT - FOREGROUND_SERVICE: for persistent notification and management with lock task and MQTT - FOREGROUND_SERVICE_SPECIAL_USE: provides a return mechanism for opening apps in kiosk - USE_BIOMETRIC: replaces USE_FINGERPRINT from Android 9.0 onwards - USE_FINGERPRINT: use fingerprint hardware when accessing settings or unlocking kiosk - WAKE_LOCK: to optionally wake the screen when receiving MQTT commands - WRITE_EXTERNAL_STORAGE: for downloading files in Android 9.0 and below - API (Dhizuku): to request shared device owner privileges
Contact
Questions/Feature Requests
- https://github.com/nktnet1/webview-kiosk/discussions
Bugs/Issues
- https://github.com/nktnet1/webview-kiosk/issues
Other
- support@webviewkiosk.nktnet.uk
Alternatives
- Fully Kiosk Browser Lockdown (feature-rich, but not a free kiosk solution) - Web Kiosk (developed by Screenlite) - FreeKiosk (developed by Rushb-fr) - Kite AOS (developed by andrew-malitchuk)
Licensed under AGPL-3.0-or-later, by Khiet Tam Nguyen.
What's New in v0.26.16
Imported from the F-Droid repository index.
- ## Changes
- - feat(web-lifecycle): refresh on network available setting
- - feat: open camera or voice recorder for HTML - photo/video/audio uploads
- - fix: only apply ime padding for Android 11+ or 8 and below
- - fix(nfc): remove setScanActive(False) on screen off
Version history
Jul 11, 2026 · 4.3 MB · Android API 21–37 · code 130
Imported from the F-Droid repository index.
- ## Changes
- - feat(web-lifecycle): refresh on network available setting
- - feat: open camera or voice recorder for HTML - photo/video/audio uploads
- - fix: only apply ime padding for Android 11+ or 8 and below
- - fix(nfc): remove setScanActive(False) on screen off
SHA-256 3b8f9f3eec27ed815a9b52daa2180c4446d8b038b29d7fba82f1dae780d3d34c
Jun 26, 2026 · 4.3 MB · Android API 21–37 · code 129
Imported from the F-Droid repository index.
- ## Changes
- - feat: allow creation of android launcher shortcuts for URLs
- - feat: support PDF rendering via Mozilla's PDF.js
- - feat: dark reader settings under js scripts
- - feat: add support for loading the eruda console under js scripts
- - fix(auth): bypass auth for window when launching activities
SHA-256 cbf58794024e156730a9fcb8b821bb80311f1ef0936584e9159989fbe422ae14
Jun 16, 2026 · 4.3 MB · Android API 21–37 · code 128
Imported from the F-Droid repository index.
- ## Changes
- - feat: NFC support
SHA-256 fc655835d7fb5627d7e7fbc6d573e04d8550bca2f27384d8446244acc2daf155
Will it run on your device?
92%
- Runs on a broad range of modern Android versions.
- Multiple CPU architectures are covered.
- Aligned with the latest Android target SDK expectations.
Installation Guide
Open Settings on your Android device
Go to Security → Unknown sources (or Install unknown apps)
Enable "Allow from this source" for your browser or file manager
Open the downloaded APK file from your Downloads folder
Tap "Install" and wait for installation to complete
Launch the app from your home screen
Make sure to re-enable Unknown Sources restrictions after installation for security.
How to install this safely
How to verify the file you downloaded
Before you install anything, confirm the file is the one described here. On a computer, run shasum -a 256 your-download.apk (macOS or Linux) or certutil -hashfile your-download.apk SHA256 (Windows), then compare the output character-for-character with the SHA-256 on this page. If a single character differs, the file is not the build we recorded — delete it.
What the signing certificate proves
Every Android app is signed with a private key that only its developer holds. The fingerprint on this page is a hash of the matching public certificate, and it proves continuity rather than identity: it tells you a build came from whoever signed the earlier ones. Android enforces this at install time — if a package claiming to be uk.nktnet.webviewkiosk is signed with a different key, the system will refuse to install it over your existing copy. A fingerprint that changes between releases is worth pausing on, because a repackaged app that has been modified by someone else cannot keep the original signature.
How to roll back to an earlier version
If the current release misbehaves, 0.26.15 is the last build before it. Android will not install an older version code over a newer one, so you must uninstall Webview Kiosk first — which clears its local data unless you have a backup. Reinstall the older APK only if its signing fingerprint matches the build you already trust, and check the API range: an older release may target an Android version your device has moved past.
Why we list sources instead of hosting everything
The official store channel is almost always the right choice: it updates automatically and carries the publisher's own distribution guarantees. A direct APK is useful when a device has no store access, when a rollout has not reached your region, or when you need a specific version — and only when the publisher has authorized that copy. APKBrowse does not list pirated, cracked, or unauthorized rebuilds of Webview Kiosk, and a listing is removed when the evidence for it stops holding up.
Get Webview Kiosk
Every source we list for uk.nktnet.webviewkiosk is legality-reviewed. Pirated or cracked builds are never offered.
Other sources
F-Droid listing
officialF-Droid builds this app from source and signs it. This is its official listing, with older builds and full release notes.
Source code
verified publisherThe upstream repository this build is compiled from.
We check legality and signature continuity, but device behaviour still varies. Install at your own discretion.
App Information
Security Verification
We record provenance; we do not run malware scans. Verify the hash yourself before installing.
SHA-256 Hash
3b8f9f3eec27ed815a9b52daa2180c4446d8b038b29d7fba82f1dae780d3d34c
Signing certificate
2fe10de0ec70a07f383a87892ca45667214ea13c4eeea4a3254f3a331a7a6b15
Permissions Required
What each permission lets Webview Kiosk do. A highlighted one is worth a second look — not necessarily wrong, just worth asking whether this app needs it.
Previous Versions
The signing certificate fingerprint for this release is on record, so a build that does not match it did not come from this publisher.
More Social apps
More from F-DroidReport a problem with this listing
A listing is only as good as its corrections. If a source is broken, a signature looks wrong, or this app should not be here, tell the moderation team.