Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.4.0
-
None
-
Windows 8.1
Qt 5.4.0 for Windows RT
Windows Phone 8.1
-
-
916cfed
Description
We know that force an application landscape on Windows Phone 8.1 we should follow the step like that:
http://qt-project.org/forums/viewthread/50668/
And to set this in AppxManifest.xml, we need to add the following configuration in AppxManifest.xml:
<m3:InitialRotationPreference>
<m3:Rotation Preference="landscape" />
</m3:InitialRotationPreference>
Now comes the question: when I set this configuration in AppxManifest.xml, and run my application on Windows Phone 8.1, the orientation of system is indeed landscape whereas the content of Qt Quick( or QML Window ) is not landscape. worse still any MouseArea in original relative position are becoming invalid.
Attachments
Issue Links
- relates to
-
QTBUG-44333 Screen rotation broken on Windows Phone 8.1
- Closed