Tapping on

前端 未结 11 623
有刺的猬
有刺的猬 2021-01-30 21:51

Tapping on does not auto-focus linked in Mobile Safari but If an empty function as clickhandler is defined like this

document.getElem         


        
11条回答
  •  既然无缘
    2021-01-30 22:10

    People using FastClick:

    Use this CSS:

    label > * {
        display: block;
        pointer-events: none;
    }
    

    see this issue: https://github.com/ftlabs/fastclick/issues/60

    and this codepen: http://codepen.io/visnup/pen/XJNvEq

提交回复
热议问题