Abhishek
Abhishek

Reputation: 29

How to get URI of a image from web?

I am trying to send an image to whatsapp using web Intent plugin for phonegap. However it requires me to have URI for the image. I have the url for the image it want to share but i don't know how to get the URI, Anyway i can do this?

Using phonegap 3.6

Upvotes: 0

Views: 131

Answers (1)

Psytho
Psytho

Reputation: 3384

URL is a form of URI so you can use URL.

Upvotes: 1

Related Questions