thaarok / cordova-plugin-kiosk

Cordova plugin to use Cordova application "in kiosk mode" and as Android launcher
Apache License 2.0
142 stars 101 forks source link

Force kiosk mode and set as launcher #66

Open guestisp opened 6 years ago

guestisp commented 6 years ago

I'm trying to use this plugin to set the running app in both kiosk mode and launcher mode.

But is not clear which is the best way to do this. Let's assume a brand new app that must be set (always) in kiosk+launcher. I'm currently checking if isInKiosk and isSetAsLauncher both returns true on every onDeviceReady and onResume.

If one of the two doesn't return true, i'm calling exitKiosk, is this enough?