A android cordova application to display a web page fullscreen and modal. Device have to be rooted. Physical buttons (volume/power/...) are not disabled. For example, this app is used by tamerbooth (https://github.com/dedeweb/tamerbooth)
$ npm install
$ npm run build
generated apk's should be located in platforms/android/build/outputs/apk
The app launch a server on port 1664 to remote control the application. webservice exposed :
Used to check that the app is launched. return a Json with two properties
- app: the name of the app
- version: the version number
browse the url. App automatically switch to fullscreen mode. Data should be sent using JSON in body, poperty in JSON :
- url : the url to browse
no parameters. Refresh the current page.
no parameters. Exit fullscreen mode.
no parameters. Go to fullscreen mode.
Denis Messié
GPL-3.0