guatedude2 / cordova-plugin-kiosk-launcher

Sets a Cordova application as a launcher
17 stars 16 forks source link

Notification bar is not disable #6

Open dobradovic opened 4 years ago

dobradovic commented 4 years ago

Hello, is it possible to disable to swipe down notification bar from top of the screen (tablet) with kiosk mode? Previous one kiosk mode that I installed disabled that function but top of the screen is unclickable. Thanks for help. Best regards.

rokobuljan commented 3 years ago

Same goes for the "Exit" button. The application exits.
Perhaps adding a Kiosk.beReallyAKiosk(boolean); would be useful

guatedude2 commented 3 years ago

Not sure what you mean by Kiosk.beReallyAKiosk(boolean)? do you mean check if the application is in Kiosk mode?

rokobuljan commented 3 years ago

@guatedude2 A "Kiosk mode" means that: a user interacting with the app should not be able, by no means, to exit that app. Additionally no OS interferences should be available to the user to operate with - or even be displayed.
Take for example chromium on --kiosk mode on WIndows. The Kiosk mode makes no sense if with a swipe, or with a OS keyboard the user can easily exit the application.
Kiosks are used in public places - you don't want anyone to exit your application.

guatedude2 commented 3 years ago

Thats what the plugin is supposed to do, however the plugin is 3 years old so it might be that the API has changed for newer versions of Android.

rokobuljan commented 3 years ago

@guatedude2 thank you for your prompt resp.