Link to .capx file (required!):
dl.dropboxusercontent.com/u/554309/c2-bug-no-horizontal-for-windows-phone.capx
Steps to reproduce:
1. Create new project, leave everything at default, except set orientation to Landscape
2. Export to Windows Phone 8
3. Open project in Visual Studio (optional)
4. Observe that MainPage.xaml has:
SupportedOrientations="Portrait" Orientation="Portrait"
when it should say:
SupportedOrientations="Landscape" Orientation="Landscape"
Observed result:
Only portrait mode able for Windows Phone 8
Expected result:
Landscape mode enabled for Windows Phone 8
Browsers affected:
Chrome: N/A
Firefox: N/A
Internet Explorer: yes
Operating system & service pack:
Windows 8.1 Pro, 64-bit
Construct 2 version:
Tested on r152 (stable) and r154 (current).