steve.b 0 Posted April 8, 2024 (edited) I don't know if this is the right place for my question since this is a General Help forum and my question is not very general but I tried also on StackOverflow (post with same title) and I get no answer, so I try here that seems to be the only forum about C++Builder. I'm writing an Android app with C++Builder 11.3 and this app should work in kiosk or immersive mode, without navigation bar, because the user must only use the app, nothing else. I searched a lot but I did not find a way to realize the kiosk mode (or the immersive mode, I think they are very similar). Someone can help me? Thanks Edited April 8, 2024 by steve.b Share this post Link to post
Lajos Juhász 308 Posted April 8, 2024 I don't have C++, maybe this can help? https://blogs.embarcadero.com/easily-deploy-advanced-android-kiosk-mode-with-this-firemonkey-template/ Share this post Link to post
steve.b 0 Posted April 8, 2024 (edited) Thanks for you anser, Lajos Juhász. Unfortunately that template is for Delphi, not for C++Builder and in any case it also seems that it is no longer available in GetIt (but it is available in GitHub... I take a look). Edited April 8, 2024 by steve.b Share this post Link to post
Lajos Juhász 308 Posted April 8, 2024 You should see how it is done and Delphi and do it in C++ https://github.com/Embarcadero/Android-Kiosk-Mode-FMXTemplate Share this post Link to post
steve.b 0 Posted April 8, 2024 yes, I found it while you were writing... thanks Share this post Link to post