[ALOY-1257] Map DocumentViewer to Ti.UI.iOS instead of deprecated Ti.UI.iPad namespace
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2015-05-21T06:57:31.000+0000 |
| Affected Version/s | Alloy 1.5.1, Alloy 1.6.0 |
| Fix Version/s | Alloy 1.7.0 |
| Components | XML |
| Labels | n/a |
| Reporter | Fokke Zandbergen |
| Assignee | Fokke Zandbergen |
| Created | 2015-03-24T18:15:09.000+0000 |
| Updated | 2015-05-21T06:57:31.000+0000 |
Description
The
DocumentViewer tag is currently [mapped](https://github.com/appcelerator/alloy/blob/master/Alloy/common/constants.js#L195) to the Ti.UI.iPad namespace, while that has been deprecated since Ti SDK 3.0.0 in favour of Ti.UI.iOS.
* PR on master: https://github.com/appcelerator/alloy/pull/673/files
No comments