Hi Chanel,
Customer Mode not working for Clover Station 2018.
We have to use below code only for Station 2018 also?
getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_STABLE |View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION |View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN |View.SYSTEM_UI_FLAG_HIDE_NAVIGATION |View.SYSTEM_UI_FLAG_LOW_PROFILE |View.SYSTEM_UI_FLAG_FULLSCREEN |View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY)
Or is there any other solution?
We are created clover app that operates in kioskmode.Can you please suggest a solution
In my tests it's working fine. Please try removing all the flags and *just* call CustomerMode.enable(true). If that doesn't work, please provide an MCVE that demonstrates the problem.
3 People are following this question.