I made an app for andorid tablet, i has to be in landscape mode but I need it to allow rotation of device, meaning that the app will rotate if I take the tablet upside down but always in landspace mode.
The thing is it always stays in landscape but in one way example:
if I take the tablet with the bottom buttons on the right, I see the app fine, but if I rotate the tablet so the bottom buttons will be on the left (upside down) my app does not rotate to stay landscape. It stays in landscape but upside down
If Orientation specification in config.xml file didn’t help, try the Screen Orientation native plugin. Using that, you can achieve the landscape primary and secondary (if rotation is enabled )