Social sharing doesn't share photo via WhatsApp or Facebook on iOS

I’m implementing a functionality to share photos from my app to another social network, but, on iOS, WhatsApp and Facebook shares not attach the photo to post, only for Android shares. Is it normal?

shareApp(){
    return this.socialSharing.share(
      'Invitation text',
      'Title of invitation',
      'link-to-photo.png',
      'link to share'
    )
  }
1 Like

Same problem here. Only in iOS. Other apps like Mail, Apple Files or Apple Photos the image can be shared.