Closed freakness closed 1 year ago
Hi @freakness!
I opened a MR to fix this, but the release branch was merged without my MR, so it got closed. You can check the code though: https://github.com/appinioGmbH/flutter_packages/pull/116
You can also use my branch to check if this fix solves your problem:
appinio_social_share:
git:
url: https://github.com/liubou-s-digitalmara/flutter_packages.git
ref: bugfix/facebook-stories-background
path: packages/appinio_social_share
Currently there is no branch for new social share version, so I cannot open a new MR. @khanmujeeb687 fyi
Hi @freakness!
I opened a MR to fix this, but the release branch was merged without my MR, so it got closed. You can check the code though: #116
You can also use my branch to check if this fix solves your problem:
appinio_social_share: git: url: https://github.com/liubou-s-digitalmara/flutter_packages.git ref: bugfix/facebook-stories-background path: packages/appinio_social_share
Currently there is no branch for new social share version, so I cannot open a new MR. @khanmujeeb687 fyi
This MR seems to fix the issue on my end as well!
When I share to facebook story using
AppinioSocialShare().shareToFacebookStory
the background image contains a weird image regardless of using thebackgroundImage
argument or not.Screenshot of result in facebook app.
example code used:
This only happens on iOS, on android the behaviour is as expected. The correct backgroundImage is added.