Android Chrome - deactivate zoom on close pairing

Using Android 4.1.1 Google Chrome, when I try to click on small links that are close to each other, an enlarged view of these links opens.

Is there a way to deactivate this, both in settings and in CSS / meta tags?

+5
source share
3 answers

, , , Enable link preview:

. , , .

0

Try this library. Sometimes this is due to a double-click gesture that conflicts with click events assigned to html elements, in many cases this replacement of clicks for taps helps.

https://github.com/ftlabs/fastclick

0
source

All Articles