[TIMOB-2399] Media / Gallery Issue in Simulator Only
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Trivial |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T03:18:42.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | gallery, media |
Reporter | Rick Blalock |
Assignee | Blain Hamon |
Created | 2011-04-15T03:18:41.000+0000 |
Updated | 2017-03-09T23:02:38.000+0000 |
Description
I've verified this bug:
"Think I've found a small bug with 1.4.3. This only impacts projects run on the simulator, it seems to work fine on the device.
If you call Titanium.Media.openPhotoGallery without having both media types provided it will not show any images in the simulator.
mediaTypes:[Ti.Media.MEDIA_TYPE_VIDEO,Ti.Media.MEDIA_TYPE_PHOTO],
I've tested this out using KitchenSink and the iPhone 4.
Please note it does work on the device, just not in the simulator, which makes it alittle hard to test but easy enough to work around if you know what to look for."
Link to above ticket: http://developer.appcelerator.com/helpdesk/view/56371">http://developer.appcelerator.com/helpdesk/view/56371
I've accessed photo gallery information off simulator with
mediaTypes:[Ti.Media.MEDIA_TYPE_PHOTO]
only.Closing ticket as invalid.