cubiq / iscroll

Smooth scrolling for the web
http://iscrolljs.com
MIT License
12.87k stars 3.8k forks source link

Set options { click:true } cause this problem? #1068

Open chuilee opened 8 years ago

chuilee commented 8 years ago

demos/forms/index.html

js

function loaded () {
  myScroll = new IScroll('#wrapper', { mouseWheel: true, click: true });
}

html

<li><input type="date"></li>
<li><a href="http://www.google.com">google</a></li>

problems

martinko2009 commented 6 years ago

I have familiar problem.