Save image from webview do device

Is there any way (out-of-the-box) that allows user to save an image to de the device, just like in the default OS’s browser: the user taps and hold on the image, then the browser open the dialog to save it.

You will have to use some of the core Cordova Plugins to do this. All the device interaction is handled via the plugins themselves.

Good luck