Search Issue Tracker
Fixed in 4.5.X
Votes
1
Found in
4.3.4f1
Issue ID
597957
Regression
No
Windows Phone applications are set to render in smaller resolution than possible on Nokia Lumia 1520
Steps to reproduce:
1. Create a project which shows Screen.Width and Screen.Height on screen.
2. Build and run the project on Nokia Lumia 1520. It will report 1280x720 resolution, while Nokia Lumia 1520 supports 1920x1080 resolution.
Workaround is to use DeviceExtendedProperties.TryGetValue("PhysicalScreenResolution", out physicalScreenResolutionObject); to set proper resolution values.
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 On” text color not maintained across different Editor Themes in toolbar
- Rendering artefacts appear in the Game view window when maximizing/minimizing Inspector window and Frame Debugger is Enabled
- [MacOS] AdvancedDropdown in the Profiler is not scrollable even when not all options in the list are visible
- Memory leak when a lot of Particle Systems instantiated while Profiler is open
- "ArgumentOutOfRangeException" error is thrown when trying to delete letters from an RTL TextField when using the Advanced Text Generator
Add comment