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
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
- Rendering Debugger Playmode debug UI scrolling is jittery when using click and drag to scroll
- Frame Debugger Target Selection Search Results window becomes too tiny to even see the default “Editor” selection when there are no search results
- Async method in Play Mode being aborted when calling `new System.Windows.Forms.Form`
- Animator window Eye button on click visual does not cover the whole area of the button when clicked
Add comment