[TIMOB-18458] Windows: References to Ti.Platform.displayCaps crash apps
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2015-02-24T10:56:39.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Windows |
| Labels | n/a |
| Reporter | Christopher Williams |
| Assignee | Christopher Williams |
| Created | 2015-01-28T16:38:46.000+0000 |
| Updated | 2017-03-14T19:18:14.000+0000 |
Description
The corporate directory app refers to Ti.Platform.displayCaps.dpi, which crashes the app due to our assertion that the display__ field is not null. It appears that we haven't yet properly implemented when/how to populate that variable.
https://github.com/appcelerator/titanium_mobile_windows/pull/134
Closing ticket as fixed.