MWPhotoBrowser
MWPhotoBrowser copied to clipboard
WhatsApp image sharing only shares text.
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.
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 I already created PR to address this issue, Have a look at this. https://github.com/mwaterfall/MWPhotoBrowser/pull/529