ShekarMudaliyar / social_share

Flutter package to share images/videos/text on social media
https://pub.dev/packages/social_share
MIT License
111 stars 185 forks source link

instagram stories image not working as expected in ios #142

Open developerCode11 opened 1 year ago

developerCode11 commented 1 year ago

Hello, there When I send an image within Instagram stories through my app, the image zoom out but does not zoom in and also the image does not come in full width, how can I solve this issue?

see the below link:- You can watch the video by going to this link (issues)

I want to see the image like this video full width with zoom-in and zoom-out.

see the below link:- You can watch the video by going to this link (expected)

rvvarasdiya commented 1 year ago

Hi, can anyone please share a solution?

Guys, can you please look out for this @dpacchi @NWalker1208.

SabrinaKuo commented 8 months ago

the root cause is the imagePath is set to stickerImage not backgroundImage.

n4m-ward commented 8 months ago

the root cause is the imagePath is set to stickerImage not backgroundImage.

I am having the same problem, the backgroundImage is not required, while the stickerImage is. I don't want to be forced to send both.