I am using the following code,
$(document).delegate('div[data-role*="page"]', 'pageshow', function () {
$(document).delegate('#imageId', 'taphold', function (evt) {
});
});
It works but also show me a Save Dialog prompt. Tried,
img {
-webkit-touch-callout: none !important;
}
and return false but nothing works. tested on Android 4.1 Google Chrome and Default Browser