i use immersive mode for hide navigation bar
www.b4x.com
the problem is when mobile phone has camera on screen, i have problem when put an image an set wisth 0%x to 100%x, it doesnt calculate camera width. how can i solve it?
thank you guys.
Immersive Mode - hide the navigation bar
Immersive mode means full screen mode where the navigation bar is also hidden. The user can bring back the bars by swiping near the edges. The required steps are: 1. Call setSystemUiVisibility with the immersive flags. This is done in Activity_WindowFocusChanged. 2. Get the full display size...

the problem is when mobile phone has camera on screen, i have problem when put an image an set wisth 0%x to 100%x, it doesnt calculate camera width. how can i solve it?
thank you guys.