Hi Justin,

While testing 4.12 RC3 I just noticed a regression in the way 
RuntimeDPIProvider computes runtime DPI on iPad.

The intent is to get 160 DPI on iPad and 320 DPI on iPAD retina.

This is done by testing version includes iOS and extent = 1024 ( 2048 for 
retina).

I didn't test "os" contains iPAD so that DPI calculation are the same on the 
device (where os contains "iPAD") and when running on ADL (where os would be 
either WIN or MAC).

Since you have added the test on os = iPAd, now runtime DPI is 160 on the 
device (correct) but 120 when simulating iPAd on ADL.

IMO, that's confusing.

Can you please set back the test to what it was before, so that iPAD on device 
or ADL give the same result.

Thank you.

However, 

Reply via email to