So, in my quest to create 100 Windows apps, I'm finding more solutions to bugs/issues/problems with the export of Windows Phone from Construct 2.
Problem: No Fullscreen. Here's how to fix it:
1. After you have exported the app from Construct 2, open MainPage.xaml
2. Find the line that says:
shell:SystemTray.IsVisible="True"
And, change it to:
shell:SystemTray.IsVisible="False"
Problem: No Landscape Mode. Here's how to fix it:
1. After you have exported the app from Construct 2, open MainPage.xaml
2. Find the line that says:
SupportedOrientations="Portrait" Orientation="Portrait"
And, change it to:
SupportedOrientations="Landscape" Orientation="Landscape"
That should do it! =]
UPDATE: The landscape mode problem has now been fixed! (2013-12-19)
~ Danial Goodwin ~
Problem: No Fullscreen. Here's how to fix it:
1. After you have exported the app from Construct 2, open MainPage.xaml
2. Find the line that says:
shell:SystemTray.IsVisible="True"
And, change it to:
shell:SystemTray.IsVisible="False"
Problem: No Landscape Mode. Here's how to fix it:
1. After you have exported the app from Construct 2, open MainPage.xaml
2. Find the line that says:
SupportedOrientations="Portrait" Orientation="Portrait"
And, change it to:
SupportedOrientations="Landscape" Orientation="Landscape"
That should do it! =]
UPDATE: The landscape mode problem has now been fixed! (2013-12-19)
~ Danial Goodwin ~
No comments:
Post a Comment