esys-flutter-share icon indicating copy to clipboard operation
esys-flutter-share copied to clipboard

Sharing Image not working on Samsung mobiles

Open kaxp opened this issue 5 years ago • 3 comments

So I have Integrated esys_flutter_share 1.0.2 and it was working fine on my moto g4 mobile, but after testing on Samsung s10, s10+, note10 and s9+ when I click on the share button the share popup menu never comes out. But it is working on moto g4, g5, one plus 7. The code I used for sharing is as- final ByteData bytes = await rootBundle.load(image.path); await Share.file(' ', 'esys.png', bytes.buffer.asUint8List(), 'image/png', text: widget.link ?? "mydeeplink");

I don't have console logs as I was testing on browser stack and could not find any.

kaxp avatar Jan 10 '20 15:01 kaxp

Same issue :(

My device is android 10. It was working fine but after latest android 10 security update, share image into instagram feed and messenger stroy not work.

ysnklcky avatar Mar 23 '20 08:03 ysnklcky

same issue, my device xiomi , realmi

:( need help

Asepdadan avatar Jul 06 '20 15:07 Asepdadan

same issue

nkek1027 avatar Oct 17 '20 02:10 nkek1027