Steps to Reproduce
Current Result
it rounds the devicePixelRatio to a single decimal digit: dpr.toFixed(1)
Expected Result
no rounding
Debug Information
- Some application logic that depends on this ratio can't get the precise value.
- since ClientInfoEvent.getDevicePixelRatio() returns a double, ZK should keep its precision to double.
- relates to
-
ZK-5276 the devicePixelRatio sent for @MatchMedia should preserve the precision
- Open