javascript - Cannot scroll horizontally with iScroll -



javascript - Cannot scroll horizontally with iScroll -

i want scroll horizontally inner divs in next html:

<div id="outer"> <div id="inner"> <div class="cell"> cell 1 </div> <div class="cell"> cell 2 </div> <div class="cell"> cell 3 </div> </div> </div>

im using iscroll this. however, im not able scroll, though scrollstart event triggered seek scroll. jsfiddle here. ideas?

you can without using iscroll.

in css, alter #outer overflow value "scroll" below

#outer{ ... overflow:scroll; }

javascript iscroll

Comments

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -