IgniteEngine-iOS icon indicating copy to clipboard operation
IgniteEngine-iOS copied to clipboard

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

Open garazi opened this issue 10 years ago • 2 comments

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.

garazi avatar May 29 '15 00:05 garazi

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.

brandonscript avatar May 29 '15 19:05 brandonscript

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

garazi avatar May 29 '15 19:05 garazi