Unable to share an Animated Image (GIF) on iOS
See original GitHub issueSteps to reproduce
- Save a GIF locally on the device
- Use Share.open() on iOS
Expected behaviour
Sharing successfully the GIF on Social Medias. Watching a preview of it inside messaging chats.
Actual behaviour
On Android works very well using only the base64.
On iOS: If I share the base64 nothing will be shared. Instead, following the Troubleshooting on the Readme I used the file path directly:
- On Telegram the image is shared in a weird way, like a file.
- On Whatsapp is shared only the text.
let shareOptions = { title: 'Share via', type: 'image/gif', message: 'this is an animated GIF', url: response.path };
Result sharing the GIF on Telegram:
Result sharing the GIF on Whatsapp:
react-native-share
Version: 1.1.3
Issue Analytics
- State:
- Created 5 years ago
- Reactions:9
- Comments:13
Top Results From Across the Web
9 Solutions to Fix GIFs Not Working on iPhone Issue - TunesKit
Solution 4. Re-add #images. Animated GIFs may not load to your phone for various reasons. Probably, the #images didn't add correctly.
Read more >Unable to share an Animated Image (GIF) on iOS #438 - GitHub
Sharing successfully the GIF on Social Medias. Watching a preview of it inside messaging chats. Actual behaviour. On Android works very well ...
Read more >Send and save GIFs on your iPhone, iPad, or iPod touch
Tap the GIF to add it to your message. Tap send icon to send. GIFs from #images animate only in the Messages app...
Read more >iPhone GIFs Not Working? Here's What You Can Do To Fix ...
If you notice that GIFs aren't working on your iPhone, one of the easiest ways to fix this is by removing and re-adding...
Read more >Best Ways to Fix GIFs Not Working on iPhone - TechWiser
Fix iMessage GIFs Not Working on iPhone · 1. Remove and Re-add #images · 2. Check Internet Connectivity · 3. Force Quit and...
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
If you want to share image or gif file, you can remove message. It runs.
I’m having the same problem! It’s very frustrating because this issue turns the module totally useless for iOS and GIFs 😢