Hiding title bar when calling camera...

Tex8503

Active Member
Licensed User
Longtime User
Here's the problem....

I can make my B4P app full screen, in kiosk mode by using Erel's code - no problem. However if I call out to the camera either using DZT's library (http://www.b4x.com/forum/additional-libraries/1155-ccd-camera-library.html) or Erel's takepicture code (http://www.b4x.com/forum/code-sampl...e-using-internal-camera-your-application.html) - the task bar returns because the camera app is a separate application - and therefor allows the user to break out of my app.

Any ideas on how I can suppress, remove or hide the task bar in the camera application?
 
Top