Android Chrome - Deactivate magnification when links are close Android Chrome - Deactivate magnification when links are close google-chrome google-chrome

Android Chrome - Deactivate magnification when links are close


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