uno
uno copied to clipboard
Adjust `DisplayInformation` and scale handling for Uno.WinUI
Current behavior
We create a single DisplayInformation
singleton to use with all ApplicationView
s. This means that if we have 2 windows on 2 separate displays, they will return the same DPI details.
Expected behavior
Create a new DisplayInformation
for each ApplicationView.
How to reproduce it (as minimally and precisely as possible)
No response
Workaround
No response
Works on UWP/WinUI
None
Environment
No response
NuGet package version(s)
No response
Affected platforms
No response
IDE
No response
IDE version
No response
Relevant plugins
No response
Anything else we need to know?
No response