[TIMOB-6892] Ti API: Improve support for Ti.Media.isMediaTypeSupported method
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | TiAPI |
Labels | parity |
Reporter | Arthur Evans |
Assignee | Ingo Muschenetz |
Created | 2011-12-27T15:56:57.000+0000 |
Updated | 2014-06-18T22:54:49.000+0000 |
Description
Currently this method is supported only on iOS, the interface is unclear and using it requires using strings for the arguments, such as 'camera' and 'photogallery' instead of using constants.
As an additional note, the current Ti.Media.isMediaTypeSupported "media" arguments apparently allow you to query either the photo library (all albums) or the camera roll/saved photos album. However, it appears as if the openPhotoGallery method only supports displaying the photo library, unless there's an undocumented option I missed.