naturaln0va / VisualActivityViewController

A way to represent what you’re sharing.
https://ackermann.io/posts/previewing-the-system-share-sheet
MIT License
758 stars 29 forks source link

Whatsapp share #9

Closed 3rsin3rgul closed 5 years ago

3rsin3rgul commented 5 years ago

Hello, Its not sharing image in the whatsapp. How can I handle it?

naturaln0va commented 5 years ago

Hello, I'm not sure why there would be an issue with that. In my experience using the system share sheet, which is what this uses, sharing multiple items isn't always supported by various services. Try just sharing the image without any other items. If that doesn't work, there might be an issue with WhatsApp.

naturaln0va commented 5 years ago

I just downloaded and tested this out. Using the example project, that has multiple sharing options, I was able to sharing everything to WhatsApp (text, url, image). However when I shared using the last option that shared text, url and image WhatsApp ignored the image and only handled the text and url.

I'm closing this since it's not and issue with the project however feel free to ask any questions on this issue related to this that I might be able to answer.