Using the base platformer template as a test to export to Windows8 phone, I edit the mainpage.xaml and make the following adjustment to set the game in landscape mode.
SupportedOrientations="Landscape" Orientation="Landscape"
But when I do this, the canvas becomes offset from the screen. I have tried all the variations of scaling and adjusting Window size to 768, 480 (My Nokia 810 resolution)
<img src="http://tyrus.net/scirra_examples/scirra1.png" border="0" />
I even tried creating an HTML5 app in Visula Studio and then just using the HTML5 export from Construct2 in that but it has similare results.
I'm hoping someone has solved this already. Thanks in advance.