android / input-samples

Multiple samples showing the best practices in input on Android.
Apache License 2.0
288 stars 265 forks source link

Image is unable to upload into messanger #10

Open gowthamidommeti opened 7 years ago

gowthamidommeti commented 7 years ago

image is not uploading into the messanger. It is uploading into hangouts. PLease help me to resolve this issue.

LeonardooBorges commented 6 years ago

I think the problem is that messenger does not support all rich content. You can check if it supports sending gif, if it does support, you can convert image to gif and send. UPDATE: I check and fb messenger does support sending images, if you still have problems I can try to help, just comment here.

regiszanandrea commented 6 years ago

Hi,

I tested and FB Messenger support sending images, but whatsapp don't support. @LeonardooBorges Can you help me with Whatsapp?

jsiva001 commented 6 years ago

Hi I am still facing issue image unable to send , it shows as failed to send in hangout. actually here i just using image link instead of getting local resource so how can i pass the image url into the new InputContentInfoCompat()? can u pls help me to go