Hi I have a little problem in my app with some devices
My app is designed for landscape mode and work fine with a lot of device but with some devices the landscape mode is reversed and i have Upside DOWN
the only setting is in above code
If i add the following line the app start in reverse landscape mode then rotate to 180 degrees and displays well
how can i solve this problem?
thanks
My app is designed for landscape mode and work fine with a lot of device but with some devices the landscape mode is reversed and i have Upside DOWN
the only setting is in above code
B4X:
#Region Project Attributes
#ApplicationLabel: TS TrendAgenti
#VersionCode: 1
#VersionName: 2017.1.107
#SupportedOrientations: landscape
#CanInstallToExternalStorage: True
#FullScreen: True
#IncludeTitle: True
#End Region
If i add the following line the app start in reverse landscape mode then rotate to 180 degrees and displays well
how can i solve this problem?
thanks