You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
andisSetAsLauncher
both returns true on everyonDeviceReady
andonResume
.If one of the two doesn't return true, i'm calling
exitKiosk
, is this enough?The text was updated successfully, but these errors were encountered: