How to force Windows Phone App landscape using Qt 5.4 for Win RT?
Mobile and Embedded
3
Posts
3
Posters
1.1k
Views
2
Watching
-
As the title implies, I've ported my mobile game to Windows Phone, and want to know how force Windows Phone App landscape. In Android it is by explicitly setting the "orientation" XML variable in AndroidManifest.xml.
-
This can be done through the "Package.appxmanifest". Open this file in Visual Studio, go to the tab "Application" and than check "Landscape" as supported rotation.
!http://i.imgur.com/Isou3JU.png(Visual Studio)! -
This can be done through the "Package.appxmanifest". Open this file in Visual Studio, go to the tab "Application" and than check "Landscape" as supported rotation.
!http://i.imgur.com/Isou3JU.png(Visual Studio)!