iscroll icon indicating copy to clipboard operation
iscroll copied to clipboard

Set options { click:true } cause this problem?

Open chuilee opened this issue 8 years ago • 1 comments

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

  • if set 'click: true', it can not click input elements.
  • if set 'click: false', it can not click A element

chuilee avatar Aug 04 '16 09:08 chuilee

I have familiar problem.

martinko2009 avatar Dec 04 '17 12:12 martinko2009