01-03-2013 05:25 AM
Hi all,
I use OrientationSupport.supportedDisplayOrientation = SupportedDisplayOrientation.All;
in order to allow my page to be view in landscape, but when I turn the device nothing happend and the page stay in portrait.
If I write OrientationSupport.supportedDisplayOrientation = SupportedDisplayOrientation.DisplayLandscape; it's ok the page turn to landscape.
Anyone get this problem ?
Thanks.
Solved! Go to Solution.
01-03-2013 05:49 AM
You set that for qml file, you need to set also in bar-descriptor.xml.
If your app need to auto orient you need to set autoorients tag to true.
01-03-2013 12:56 PM
Great ! thanks.