esysberlin / esys-flutter-share

A Flutter plugin for sharing files & text with other applications.
Apache License 2.0
130 stars 147 forks source link

esys_flutter_share text to whatsapp failed #81

Closed ctkqiang closed 3 years ago

ctkqiang commented 3 years ago

esys_flutter_share text to whatsapp failed...

I cant Share a text to Whatsapp which previously can .

savanbthakkar commented 3 years ago

This code used to work a month ago in Android and iOS both. But it doesn't work in iOS anymore. Problem is only with WhatsApp. Sharing with other apps is fine. If I remove text parameter, it works just fine.

await Share.file( 'My APP', 'MyAppImage.png', pngBytes, 'image/png', text:'Download my App' );

ctkqiang commented 3 years ago

"The problem is with whatsapp, understood"

ssjuma commented 3 years ago

it also happens to me. on ios whatsapp, i dont get the image i add text into share. any solution for this