I\'m creating a site on Safari for iPad. I need to prevent the zoom on double-tapping event but I have two problems:
just seting viewport may not always be enough - in some cases you may have to also call event.preventDefault(); on the touchstart handler.