hakimel / stroll.js

CSS3 list scroll effects

Home Page:http://lab.hakim.se/scroll-effects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subscroll in list in Mobile.

antonmedv opened this issue · comments

Hello!
If i add div with width:200%; to LI item and set on LI overflow: scroll; I cannt scroll it on my iPhone.
Is it possible to fix it?

Horizontal scroll doesn't work since the library catches and prevents the default action of all touch events on the list area to enable the custom vertical scrolling. Not an easy one to fix and unfortunately not something I have time to have a closer look at.