I am experiencing an issue with the socialshare. When sharing content to WhatsApp, the text caption does not appear and only the image preview is shown. However, when sharing text without an image, the caption appears normally. Additionally, there are no issues when sharing to other platforms such as Facebook, Twitter, or Telegram.
- ionic-native/social-sharing: ^5.36.0
- Andorid API: 32
- WhatsApp: v2.25.36.73
async socialShare() {
this.socialSharing.share(
this.generateTextShare(),
null,
this.event.image_url,
null
);
}
like this, the text doesn’t appear here. when I change it without the image the text appears.
I have made a similar post on Stackoverflow:
