Open chuilee opened 8 years ago
function loaded () { myScroll = new IScroll('#wrapper', { mouseWheel: true, click: true }); }
<li><input type="date"></li> <li><a href="http://www.google.com">google</a></li>
'click: true'
'click: false'
I have familiar problem.
demos/forms/index.html
js
html
problems
'click: true'
, it can not click input elements.'click: false'
, it can not click A element