For the past few WP8 apps I've been creating using Construct 2, I've been manually making the necessary bug fixes myself. Today I've decided to properly report three of these bugs to the developers of Construct 2. My last bug report that I sent to them a few weeks ago was fixed. And, I expect the same with these bugs, especially, since I described them almost like I fixed it for them. ;)
The three errors reported:
- WP8 Export: Fullscreen not being set
- WP8 Export: App title not carrying over to WP8
- Windows Phone 8 Export, no apostrophes allowed
In the meantime, until these errors are fixed, you can visit the links to see how I solved the problems manually. If the links don't work, then that most likely means that the bug has been fixed and the bug report post has moved to a different place.
UPDATE: Each of these reported bugs have now been fixed! Construct 2, release 157
~ Danial Goodwin ~
Showing posts with label fullscreen. Show all posts
Showing posts with label fullscreen. Show all posts
2014-01-11
2013-12-15
C2: [Bug Fix] Windows Phone Export Doesn't Go Full-Screen or Landscape Mode
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 ~
Subscribe to:
Posts (Atom)