How to use “Save link”, “Save image” options in WebView

How to use “Save link”, “Save image” options in WebView

BY 25 Jul 2016 Native Application Development

I am designing this application which have WebView in it.

I’m able to set content of WebView using

ewk_view_url_set(ad->web_view, elm_object_text_get("www.example_url.com") );

 

Now when I long press on any object displayed, it gives certain options. Such as “Save image” etc. But nothing happens on clicking that!

Please refer screen shot: https://www.dropbox.com/s/t7sxs11vadak0q6/Screen_20160724_215148.png?dl=0

Am I missing something? Do my app needs special permissions to be able to use “save option”? Or do I have to set any special properties to WebView etc? Code snippet performing same thing would be great.

Thanks.

Written by