eli
eli

Reputation: 187

Android Chrome - Deactivate magnification when links are close

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?

Upvotes: 5

Views: 9912

Answers (3)

Miguel Q
Miguel Q

Reputation: 3618

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

Upvotes: 0

Rob Pridham
Rob Pridham

Reputation: 4928

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.

Upvotes: 2

Dheeraj Vepakomma
Dheeraj Vepakomma

Reputation: 28717

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.

Upvotes: 0

Related Questions