apigee / IgniteEngine-iOS

A platform for rapidly building native mobile applications using declarative JSON.
https://ignite.apigee.com
Other
21 stars 14 forks source link

MediaPicker does not save/return an image with "source":"camera" #141

Open garazi opened 9 years ago

garazi commented 9 years ago

Setting "source":"library" allows you to pick an image, and its location is properly returned. However, when setting the source to camera, nothing is returned -- and the image is not even saved to the camera roll.

brandonscript commented 9 years ago

Workaround for this is to auto-save the image to camera roll using a Camera control instead, then use the loadLatestPhoto function in the Image control. Will look at implementing the same auto-save feature for MediaPicker as well in the interim.

garazi commented 9 years ago

How do you set the "auto-save" to camera roll?