Oussama
Oussama

Reputation: 71

How to Open a Web Page in Kiosk Mode ANDROID

I want to use Android Tablet to show a web page in Kiosk mode ( The user can't close the page, no address bar .. ) So is there any simple solution to do that ?

Upvotes: 3

Views: 6219

Answers (1)

hendry
hendry

Reputation: 10813

Disclaimer: I founded the opensource Webconverger Web kiosk project.

https://github.com/webconverger/android is an opensource implementation of an Android 5.0 app that does just that. You could remove the close button, but the close button simply reloads the configured homepage.

Android 5.0's screen pinning locks it all down. If you must run on older Android <5 versions, have a look at good collection of Android kiosk mode hacks.

Upvotes: 1

Related Questions