I am working with JQuery and I want to pinch zoom the image.
My code is:
$(document).bind('mobileinit', function(){
$.mobile.metaViewportContent = 'width=device-width';
});
I am working with JQuery and I want to pinch zoom the image.
My code is:
$(document).bind('mobileinit', function(){
$.mobile.metaViewportContent = 'width=device-width';
});