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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Add comment