aarajput / wc_flutter_share

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

unable to share both image and text in ios device #23

Closed rajagopalankothai closed 3 years ago

rajagopalankothai commented 4 years ago

unable to share both image and text in ios device and in andriod it is working perfect..

aarajput commented 4 years ago

With which application are you trying to share?

babaosoftware commented 4 years ago

Same problem here: Android works fine. Tested messenger and email. iPhone: messenger only shows the image, no text; email shows text as both subject and body

rajagopalankothai commented 4 years ago

I tried in whtasapp with IPhone 6.

On Thu, 2 Jul 2020, 08:50 Babao Software, notifications@github.com wrote:

Same problem here: Android works fine. Test messenger and email. iPhone: messenger only shows the image, no text; email shows text as both subject and body

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/aarajput/wc_flutter_share/issues/23#issuecomment-652757951, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALEL74TUDKW26L6TID5GAKTRZP4JRANCNFSM4OBPI3UQ .

aarajput commented 4 years ago

With which application are you trying to share image and text?

babaosoftware commented 4 years ago

I ended up using https://pub.dev/packages/esys_flutter_share which seems to be pretty much the same plugin. There is a pull request for esys_flutter_share to solve this problem on iOS, https://github.com/esysberlin/esys-flutter-share/pull/67, but it's not yet merged, so I cloned it and used it. It fixes the problem. You might have to fix the swift calls if you get a compile error.

aarajput commented 4 years ago

Thanks @babaosoftware ! I will look into it an fix this issue in next update.

ezamagni commented 3 years ago

Experiencing the same problem. Might be afflicting iOS >= 13

aarajput commented 3 years ago

I'll at this issue

Skogsfrae commented 3 years ago

Are there any news on this? I'm stuck with this problem :(

aarajput commented 3 years ago

@babaosoftware ! I have release version 0.4.0. In it i have added your suggested code to fix image sharing issue. let me know if you still face issue. I am closing this ticket.