how to implement pinch to zoom in jquerymobile app runnign on android 4.0?
Hello,
i am trying to implement pinch to zoom in an android app. Right now i just point to an image in content tag.
- <div data-role="content">
-
- <!-- <img src="picture3.jpg" width="600" height="830"/>-->
- </div>
-
Now how can i implement pinch to zoom on this image?Any suggestions?