Using PhoneGap, How to get base64 image data of the photo chosen from photo library in iPhone

前端 未结 6 1502
无人及你
无人及你 2021-01-12 08:58

Using PhoneGap(Cordova), Am trying to get base64 image data of the photo chosen from the photo library.

I could do that.. when the photo is captured from camera, Wi

6条回答
  •  死守一世寂寞
    2021-01-12 09:38

    Try this one: https://github.com/brianvandelden/acato-service-image. It uses the imagePicker.git cordova plugin. With a function to get the imageData from selected pictures.

提交回复
热议问题