MWPhotoBrowser icon indicating copy to clipboard operation
MWPhotoBrowser copied to clipboard

WhatsApp image sharing only shares text.

Open aamir-nazir opened this issue 8 years ago • 2 comments

When we try to share image from MWPhotoBrowser, it only shares caption of image, Original image is not shared. Well image without caption text is working fine.

aamir-nazir avatar Jun 25 '16 12:06 aamir-nazir

Hello,

do you fixed this Problem? I think Whatsapp-Share is one of the most-used shares in many countries.

I found this on stackoverflow:

You can't share image and text both in WhatsApp using UIActivityViewController. Only single thing you can post. That is image or text.

I currently fixed it by overriding the share dialog in the delegate and by removing the caption: -(void)photoBrowser:(MWPhotoBrowser *)photoBrowser actionButtonPressedForPhotoAtIndex:(NSUInteger)index

Did you found a better way / solution?

matrad avatar Mar 09 '17 09:03 matrad

@matrad I already created PR to address this issue, Have a look at this. https://github.com/mwaterfall/MWPhotoBrowser/pull/529

aamir-nazir avatar Mar 09 '17 10:03 aamir-nazir