How can I save an image from the webpage by clicking on a link in smart phone, using JavaScript, jQuery or using HTML controls?
The sample code is as follows:
<a href="">Save image</a>
<!--The Link to save the image-->
<img src"../images/logo.png" alt="Logo" height="50" width="50" />
<!--The Image that I wanted to save-->`
Now, I want to save the image logo.png
in my local folder, by clicking on the link in smart phones (iPhone 4+, Android 2.1+ and BlackBerry 6+)?