How to select a gif with camera plugin

Hello, I have been trying to do this for a lot of time, and I think it is not possible.

quality: 50, (I tried with 100 too)
destinationType: this.Camera.DestinationType.DATA_URL, 
mediaType: this.Camera.MediaType.ALLMEDIA,
sourceType: this.Camera.PictureSourceType.PHOTOLIBRARY,
correctOrientation: true,

Those are the options I have, then I do this
this.captureDataUrl = ‘data:image/gif;base64,’ + imageData;

To convert it to a base64 gif, but is not working, it doesnt display the gif. Could you help me please?

1 Like