Disable double-tap "zoom" option in browser on touch devices


CSS

Add this css to the specific DOM object or all.

.disable-dbl-tap-zoom { touch-action: manipulation; }

OR 

* { touch-action: manipulation; }

Written by fbrefere001

Posted by fbrefere001 on Monday March 2, 2020