It is working fine in iOS but in android it is returning only false.
Is that a bug ?
this.socialSharing.share('Please tap the link to open it ','Subject',null,path).then(succ=>{
console.log("Social Yes or No : ", succ);
if(succ == true){
console.log("User Success action ", succ);
}else{
console.log("User Cancelled action ", succ);
}
},err=>{
console.log("Social share error : ", err);
});