[TIMOB-12556] BlackBerry: Use the real screen density for computing measurements.
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-03-09T01:15:38.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 3.1.0, 2013 Sprint 05 BB, 2013 Sprint 05 |
Components | BlackBerry |
Labels | n/a |
Reporter | Josh Roesslein |
Assignee | Russell McMahon |
Created | 2013-02-01T21:48:41.000+0000 |
Updated | 2017-03-09T00:54:20.000+0000 |
Description
Currently the layout is hard coded to expect a screen with a density of 96 pixels per inch. This may not be correct on all devices and could cause incorrect measurements.
We should instead query the screen's actual density at runtime and supply
that value to the layout engine so it can make correct measurements.
Closing ticket as fixed.