Hello!
I’m having troubles with getting Windows 8 to recognize Landscape mode instead of Portrait mode. Following the steps outlined here - http://docs.coronalabs.com/daily/coronacards/wp8/portapp.html - I set the properties panel to be Landscape. Here’s the relevant code in MainPage.xaml:
Foreground="{StaticResource PhoneForegroundBrush}" Orientation="LandscapeRight" shell:SystemTray.IsVisible="False" TabIndex="2147483645" SupportedOrientations="Landscape"\>
Is there another setting I should be making for my app to be in Landscape?