Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS - Share image + text to WhatsApp?

I'm using the UIDocumentInteractionController method to share images from my app to WhatsApp (explained in How send image to WhatsApp from my application?, WhatsApp image sharing iOS).

I'm also aware of the share via URI option, used to share texts only (explained here: https://www.whatsapp.com/faq/iphone/23559013).

Is there a way to share both an image and a caption in a single share?

like image 632
Vaiden Avatar asked Apr 06 '14 13:04

Vaiden


People also ask

Can I send image as Document in WhatsApp iPhone?

- Tap on the Plus icon on the bottom left corner of the iPhone and select Document. - Once you do that, all the documents on your iPhone will appear. - Select the image you want to sent and tap on the Send button.

How can I write in WhatsApp in iOS?

For iOS Users Just open the image and choose the WhatsApp contact to whom you need to send the file to. Now, choose Document instead of Photo and select the image file you want to share for Files. That's it. The photo will be sent as an uncompressed file.


1 Answers

Currently there is no way that you can share both image and text together on whatsapp. Sharing both image and text together is not handled from the whatsapp side.

So, at a time you can share only image or text.

like image 124
Sunil Sharma Avatar answered Oct 25 '22 15:10

Sunil Sharma