Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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. :( :( :(

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.