1

I am facing an issue of Ionic 3 camera plugin , which is not working in Some ASUS and SAMSUNG Android mobile. I am using this ionic plugin: -

import { Camera, CameraOptions } from '@ionic-native/camera';

const options: CameraOptions = {
        quality: 50,
        sourceType: sourceType,
        destinationType: this.camera.DestinationType.DATA_URL,
        encodingType: this.camera.EncodingType.JPEG,
        mediaType: this.camera.MediaType.PICTURE,
        targetWidth: 450,
        targetHeight: 450,
        saveToPhotoAlbum: false,
        correctOrientation: true
      };

please guide me if any solution for these problem.

Dipankar Baghel
  • 1,932
  • 2
  • 12
  • 24

0 Answers0