-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Story gives black image #107
Comments
The plugin exposes only the capabilities of mobile sharing. They don't say anything about stories. |
@vstirbu yeah nowadays Instagram sharing shows 2 options, @andreazanni only when you choose the Story option? |
same thing for me. there is a black image in the story creator and then it cancels. my ionic info:
and the code:
path is something like '../../../assets/images/abc.png' |
Are you guys sure isnt your canvas black? |
my base64 string is empty and i don't know why... does it need to be base64 encoded? |
@Sunny41 if its empty the problem is not with this plugin but with your code... Try to figure out why its just empty and it should fix your bug |
@rodrigograca31 I managed to get the string, but the canvas is still black and then the instagram app crashes with "Share cancelled" and "Image could not be loaded"
what I also tried: (without 'file:///')
I checked the base64 String and it is the image i want to use :) same with sharing via feed and message :( Testet with Android 9 and 10 |
You are doing it wrong. You are working with files....? Are they images? Are you sure? |
i am not doing it wrong because the base64 string is correct. you can check it yourself with it:
or does your plugin just need the path of the image file? |
🤔 yeah seems good. 🤔 |
what do we do now? :D |
not sure... wait... are you sure you removed the file thing? |
we have done a workaround and downloaded the image we wanted to share from our server. and this worked for us.
|
The story with black image will be fixed soon?
The text was updated successfully, but these errors were encountered: