Question

Using Android 4.1.1 Google Chrome, when I try to click on small links that are close together a magnified view of these links pops open.

Is there a way to deactivate this, either in the settings or in the CSS / meta tags?

No correct solution

OTHER TIPS

When you have control over the meta tags, the answer to this SO question will work. However it will also remove the ability to zoom in/out, and change the initial zoom level, so may not be what you are looking for.

I've not verified it, but this article claims that there is a setting called Enable link preview:

Enable link preview: Magnify links when it’s unclear which link you pressed.

Try this library Sometimes it has to do with the double click gesture, which conflicts with the on click events assigned to the html elements, in many cases, this replacement of clicks for taps, helps.

https://github.com/ftlabs/fastclick

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top