Many mobile web browsers have some default functionality on image hold. For example, user is shown an option to save or copy or move to link option, if he holds a image on a browser.
Can the same functionality be replicated in android app using a webview? Is there some default settings available or do I need to code for such functionality?
I am not able to find a perfect solution yet, but this might do the trick.
In
onCreate():And override the
onCreateContextMenu()method: