How to disable ul li link zoom in android chrome -
How to disable this link zoom tool in Android Chrome with html / js / css code
code> & lt; Ul id = "dropdown_address_block" & gt; & Lt; Li & gt; & Lt; A href = "map_all" & gt; Based on this word & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "vo17line" & gt; В.О. 17-я линия, 66 (24 bars) & lt; / A & gt; & Lt; / Li & gt; ... & lt; / Ul & gt;
There are some things you can do:
- Make sure you have a viewport < Li> Increase the touchable area (i.e., increasing the font size)
- Give the space around the element with more margins so that the chrome is clearly understood by you when clicked < / Li>
At a high level I explain Try what the Chrome does, when determining whether the click should be handled or if the magnifier should be shown: But it can be summarized:
- Adds a large bounding box around the touch
- Finds all targets with the bounding box
- Score each element for the touch of proximity
- Compares scores for all elements
- if> 1 elim
Comments
Post a Comment