jahu00 / RikaiKyun2Research

Preproduction research for a new version of RikaiKyun
0 stars 0 forks source link

Figure out why controls have wrong size on Android. #8

Closed jahu00 closed 1 year ago

jahu00 commented 1 year ago

This is caused by automating scaling on Android, I either have to disable it or figure out how to work around it.

Disabling can be simply done by setting IgnorePixelScaling to true. If I want to work around it, I can read DeviceDisplay.MainDisplayInfo.Density and scale my controls based on that.