IgniteEngine-iOS
IgniteEngine-iOS copied to clipboard
MediaPicker does not save/return an image with "source":"camera"
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.
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.
How do you set the "auto-save" to camera roll?