Hi all,
I have install cordova social sharing plugin inside Capacitor 3 project and want to share image from server to whatsapp directly. I am using shareViaWhatsapp method but it throw error. Please help.
this.socialSharing.shareViaWhatsApp('hello',this.sharingImage,this.sharingUrl).then((res)=>{
}).catch((err)=>{
console.log('err in as',err);
})```
sharingImage is url of image
sharingUrl is other url