touch-action property

Submit your test result so it can be shown on the home page

Using touch-action: none to disable Double-tap-zoom on Touch devices

In this scenario added touch-action: none !important; to the Body TAG to DISABLE DOUBLE-TAP-ZOOM

Description

This page is using the touch-action: none property in the body tag to prevent double-tap-zooming.

CSS CODE

  body { touch-action: none; /* DISABLE DOUBLE-TAP-ZOOM */ }

Sunset

RESULT

Try to double-tap-zoom. This functionality is disabled for the html body of this page. However, if try to zoom the image in this page, it will still work as it's defined by a different class.

Feature Supported?

Yes Partially No