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?
When you control the meta tags, the answer to this SO question will work. However, it will also remove the possibility of zooming in / out and changing the initial zoom level, so it may not be what you are looking for.
, , , Enable link preview:
. , , .
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