[TIMOB-260] iPhone: Add Platform.displayCaps
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:52:31.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 0.8.0 |
| Components | iOS |
| Labels | feature, ios, iphone |
| Reporter | Don Thorp |
| Assignee | Jeff Haynie |
| Created | 2011-04-15T02:26:18.000+0000 |
| Updated | 2011-04-17T01:52:31.000+0000 |
Description
Add Titanium.Platform.displayCaps to return information about the device's display.
{
width: 240 /* width in pixels */,
height: 320 /* height in pixels */,
density: 'low' /* one of low, medium, high */,
dpi : 160 /* pixels per inch*/
}
(from [d0fb7efefa317e7ee8fc52f2f1e79089b77ef252]) [#260 state:resolved] added Titanium.Platform.displayCaps property http://github.com/appcelerator/titanium_mobile/commit/d0fb7efefa317e7ee8fc52f2f1e79089b77ef252"> http://github.com/appcelerator/titanium_mobile/commit/d0fb7efefa317...
(from [a3062c008ce8a2331e05eddb86cf53cb77725b10]) [#260 state:resolved] added Titanium.Platform.displayCaps property http://github.com/appcelerator/titanium_mobile/commit/a3062c008ce8a2331e05eddb86cf53cb77725b10"> http://github.com/appcelerator/titanium_mobile/commit/a3062c008ce8a...