Fix landscape orientation for both IOS/ANDROID
Solved
Mobile and Embedded
-
Hi,
I'm developing an Qt/QML mobile application for both android and IOS. The orientation of my app is fixed to portrait. Now, I have a specific screen which demands landscape orientation. Now, my question is how to achieve landscape orientation for that one particular screen whereas, the orientation is fixed to portrait for my entire app?
-
@Yashpal
this should be set "natively".
For example in android this can be set via the manifest.xml -
@Yashpal hi, take a look at the Switching Between Portrait and Landscape Views part of the docu.
this should be a working example.