iOS Question Share image with text to whatsapp ?

tufanv

Expert
Licensed User
Longtime User
Hello

I followed the tutorial here :
https://www.b4x.com/android/forum/t...m-your-app-with-activityviewcontroller.73159/

I can send a image to a freind with this :

avc.Initialize("avc", Array(Null, bmp))

if I type any text instead of null , whatsapp only sends the text without image. Is there any way to send the image with text via whatsapp . ( the problem is only for whatsapp , text & image can be send with email without a problem )

Thanks
 
Top