Android event.media issues
I'm having issues with camera and photo library issues with android. Here's the success object for Titanium.Media.openPhotoGallery: success : function(event) { addLoadingView(); var xhrPicsA =...
View ArticleAndroid ShowCamera Success event.media
Hi, I'm using Ti.Media.ShowCamera to take an image and send it with POST. I need to know the size of the image, but when I call event.media.width and event.media.height on success, it gives me 0, even...
View Articleevent.media returning null in iPhone
Dear All, I developed a android and iphone application. When I use the following code in android, I get all the details of event.media btnFromGallery.addEventListener('touchend', function() {...
View Articleevent.media null for Titanium.Media.openPhotoGallery select - iPhone
I developed a android and iphone application. When I use the following code in android, I get all the details of event.media btnFromGallery.addEventListener('touchend', function() {...
View ArticleHTTP error sending a image from gallery in iPhone
Ti SDK 3.2.2.GA CLI 3.2.3 IOS SDK: 7.1 IOS simulator 3.5 Im trying send a form with a lot of "inputs". If i try send a Image Gallery with all data, the app doesn't work and de xhr.error send (HTTP...
View Article