plus_plugins icon indicating copy to clipboard operation
plus_plugins copied to clipboard

[Question]: Can WhatsApp on iOS share image and text together?

Open amir14a opened this issue 3 years ago • 1 comments

What is your question?

Hi, I use share plus plugin for sharing files on iOS. I write this code: Share.shareFiles([imagePath], text: myText); It works perfectly on android, also for WhatsApp, but on iOS, sharing to other platforms like Telegram works well but WhatsApp only share the text and ignore the image. Is there any alternative way for WhatsApp?

amir14a avatar Aug 02 '22 11:08 amir14a

Hi, you can find the answer here.

sajjad-n avatar Aug 03 '22 07:08 sajjad-n

@amir14a hello there! try to use these packages for your need according.

  • whatsapp_share2: https://pub.dev/packages/whatsapp_share2
  • whatsapp_share: https://pub.dev/packages/whatsapp_share
  • share_plus: https://pub.dev/packages/share_plus
  • akvelon_flutter_share_plugin: https://pub.dev/packages/akvelon_flutter_share_plugin
  • flutter_share: https://pub.dev/packages/flutter_share

hope it can solve your issue.

devkishor8007 avatar Oct 15 '22 07:10 devkishor8007