Search Issue Tracker
Won't Fix
Votes
1
Found in
4.5.3b1
Issue ID
617256
Regression
No
Initial splashscreen is displayed in portrait, ignoring orientation restrictions
Steps to reproduce:
1. Build any project
2. Open visual studio solution
3. Tick Landscape and Landscape-flipped Supported orientations in Package.appxmanifest file
4. Deploy to Windows Phone 8.1 device. Application will still start as Portrait
Why is this issue not going to be fixed?
On Windows Phone (unlike Android), Start screen is always in portrait mode. When you start the application, the OS will first display the splash screen, and only then will read your preferences you specified in the application manifest. Since start screen is in portrait orientation, so will your app be at startup.
If you want to change the splashscreen to be landscape when the application starts, add a landscape splashscreen image.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Frame Debugger's Hierarchy is not navigable when connecting it to the project built with the Volumetric Fog
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
Add comment