My mobile site uses ajax to load pages, and I'm looking to implement a feature that resets the zoom level when a page changes.
Is there an effective way to detect if a user has zoomed the view while browsing a page?
Currently, I have been able to check for pinch zooming, but I also need to account for double tap zooming as well..