Added save to gallery option - IOS only

This commit is contained in:
victorsosa
2016-05-06 16:30:55 -04:00
parent 63b581492d
commit 891d927293

View File

@@ -86,6 +86,7 @@ export var takePicture = function (options): Promise<any> {
var reqWidth = 0;
var reqHeight = 0;
var keepAspectRatio = true;
var saveToGallery = true;
if (options) {
reqWidth = options.width || 0;
reqHeight = options.height || reqWidth;