[TIMOB-2256] Android: Platform data - display width and height reports back erroneous values on G2
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T03:14:58.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.5.0 M02 |
Components | Android |
Labels | android, data, defect, height, platform, width |
Reporter | Thomas Huelbert |
Assignee | Don Thorp |
Created | 2011-04-15T03:14:57.000+0000 |
Updated | 2017-03-02T19:27:01.000+0000 |
Description
G2 (2.2) mobile sdk 1.5.0.4f5838
1.Platform>Platform data
2.check the value for width and height
results: 320 X 533
expected: screen is 480 X 800, note the G1 is returning the expected values for its screen
Comments
- Don Thorp 2011-04-15
Did you change the AndroidManifest to
anyDensity:true
if not, then the device is scaling in hardware to those values. - Thomas Huelbert 2011-04-15
right you are Don, modding the android.custom.xml resulted in expected values being returned. sorry for the false negative. removing regression tag and marking as invalid
- Don Thorp 2011-04-15
Moving to a current milestone so it won't show up in the future.
- Lee Morris 2017-03-02 Closed as invalid.