Titanium JIRA Archive
Appcelerator Community (AC)

[AC-3338] alloy

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionInvalid
Resolution Date2016-03-08T15:32:00.000+0000
Affected Version/sAppcelerator Studio 4.5.0
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterSharif AbuDarda
AssigneeShak Hossain
Created2016-03-08T15:28:13.000+0000
Updated2016-03-08T15:32:00.000+0000

Description

Steps to Reproduce

function doClick(e) { Titanium.API.info('You clicked the button'); var bookview = Alloy.createController('imagewin').getView(); bookview.open(); Ti.Media.openPhotoGallery({ autoHide : true, mediaTypes : [Ti.Media.MEDIA_TYPE_PHOTO], success : function(e) { if (e.mediaType === Ti.Media.MEDIA_TYPE_PHOTO) { var image = e.media; } }, cancel : function() { }, error : function(err) { Ti.API.error(err); } }); }; $.win.open();

Actual Result

test

Expected Result

test

Attachments

FileDateSize
.log2016-03-08T15:30:20.000+00008868762
diagnostic3636349466352987537.log2016-03-08T15:30:42.000+0000845648

Comments

No comments

JSON Source