Sharing base64 image is not working anymore.
See original GitHub issueHello, I am developing on android. My react-native version is 0.42 I’m using this package for sharing screen view. The data I want to share is being converted to base64.
...
const uri = "data:image/png;base64,...";
Share.open({
title: "Title",
message: "Message",
url: uri,
subject: "Mail subject"
})
...
This process was working properly on whatsapp, facebook and email before. However, now, when I tried on whatsapp the response is ‘Sharing failed. Please try again’, on facebook I’m getting an empty text area without sharing options and on email I’m getting the text typed options except for the image.
Do you have any suggestion? Thank you.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6
Top Results From Across the Web
Sharing base64 image is not working anymore. #184 - GitHub
Hello, I am developing on android. My react-native version is 0.42 I'm using this package for sharing screen view. The data I want...
Read more >Base64 Encoded Image Not Showing Up - Stack Overflow
I'm using a dataUrl and setting an image's src as the url but the image is not showing up when I do that....
Read more >Image Base64 Encoding - KeyCDN Support
With Base64, this problem could be circumvented by using an already open HTTP connection to deliver images embedded directly in HTML or CSS....
Read more >Embedding Images in Power BI using Base64 - SQLJason
1) Large images usually do not get displayed even if you paste the right base64 code. So make sure you are using small...
Read more >Fix problems that cause images to not show | Firefox Help
If you are experiencing difficulty downloading or viewing images in Firefox, follow the troubleshooting instructions in this article.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
is working for me, maybe the type field is important? did not try without it
#536