dblclick events

Hi,


'ondblclick' in document, returns true on iOS safari, However trying a double tap it zooms in my page. I have searched on stackoverflow for answer and most seem quite outdated. touch-action:none or modifying the viewport meta tag to have user-scalable=no seem to have no effect. What is the right way to support dblclick. I can also implement it myself in js if I can somehow cancel the default zoom action.


Cheers,


Andreas