not able to send images via the social share plugin…
SocialSharing.share('"' + this.translate.instant("MENU.NAME") + 'https://play.google.com/store/apps/details?id=hellNO',null/*Subject*/, imagePath,null)
.then(()=>{
alert("Success !!");
},
()=>{
alert("failed..")
});
also i’ve tried image path both as img/… and assets/…
any suggestions how to make this thing work?