Get the error message, and show it using alert.
Modified your code:
twitterShare(){
this.socialSharing.shareViaTwitter(this.shareContent, null, this.shareURL)
.then(()=>{
},err => {
alert(err);
});
↧
Social share doesn't work on android device
↧