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;  

link zoom

There are some things you can do:

  1. Make sure you have a viewport
  2. < Li> Increase the touchable area (i.e., increasing the font size)
  3. 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

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -