Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 230444

How to save captured image in sdcard folder (default path is emulated/Pictures)

$
0
0
var options = {
      sourceType: this.camera.PictureSourceType.CAMERA,
      destinationType: this.camera.DestinationType.DATA_URL,
      allowEdit: false,
      encodingType: this.camera.EncodingType.JPEG,
      saveToPhotoAlbum: true
};
this.camera.getPicture(options).then((imagePath) => {});

Viewing all articles
Browse latest Browse all 230444

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>