You can disable double tap to zoom by using
.disable-dbl-tap-zoom { touch-action: manipulation; }
While still allowing the user to pinch to zoom, and use touch to scroll and all that.
#useful #coding/css