On an HTML website, you have a fixed element like this:
Some content
It has this
I'm looking to do the same thing that @bobsoap was trying to do BUT My solution is the following:
https://github.com/mattbryson/TouchSwipe-Jquery-Plugin
And only zoom in the Div or divs that you want & suit to your needs.
I have 2 divs on a page (left & right) The left div has a fixed scrolling menu and the right has small text & images. I want to pinch/zoom and have only the right div zoom so that the user can read the text better if necessary. Rather than make the entire viewport zoomable and disable zoom on my left div, I'm doing exactly the opposite: Make only my right div zoomable via TouchSwipe plugin.
I'll share my code when I'm done if anyone is interested in how I implemented the TouchSwipe plugin.