I am having problem with scrolling the zoomed HTML page. At first,the HTML page was not responding to multi touch, and then I added viewport meta tag with initial and maximum-scale and user-scalable=yes, then I was able to zoom the HTML page by pinch-zoom. The thing is when I zoom, the page is zooming to top left corner, not at the point of pinch-zoom. I had earlier used " position: fixed " in the body of css, later I am not specifying any position property. The page doesnt respond to scrolling/panning after zooming. :( :( :(
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.