Search code examples
cordovaibm-mobilefirsthybrid-mobile-app

Hybrid application - open image with zooming controls


I am showing small size of an image in the page. once user click on it..it should open in new page with zooming controls.

Note:- I don't want the zoom for entire app..but needed for one screen.

Thanks..


Solution

  • In my answer to the following question I mention how to use the jQuery plug-in penzoom to add zoom functionality: How to add pinch/zoom behavior using jQuery Mobile?

    My recommendation is for you to get a basically functionality of zooming your image and then utilize it the way you want to in your app.