Android Question Landscape Orientation

Declan

Well-Known Member
Licensed User
Longtime User
I have a Kiosk app that is displayed in Landscape Orientation.
Due to the physical/mechanical fitting of the Tablet into the Kiosk enclosure, I must rotate the display 180 degrees.
I can easily accomplish this with:
B4X:
#SupportedOrientations: sensorLandscape
However, the bottom Navigationbar is also "flipped" and the "Back" button on the Navigationbar points to the right.
Is it possible to "flip" the Navigationbar so that the "Back" button points to the left (default)?
 

Declan

Well-Known Member
Licensed User
Longtime User
Thanks, I tested all of the options, but those that give the correct display orientation, have the "Back" button flipped (pointing to the right).
 
Upvote 0

Declan

Well-Known Member
Licensed User
Longtime User
No, I must use the current device.
I am using a MediaTek 10.1" tablet with Android 5.1
 
Upvote 0

Declan

Well-Known Member
Licensed User
Longtime User
Sorted.
For some reason you must switch the device off.
If not, irrespective of which "#SupportedOrientations:" is set, the app always used the last orientation set.
 
Upvote 0
Top