Currently, I am working with a dynamic list on PhoneGap. Is there a way to implement a vertical scroller for a basic ul
and li
list?
I attempted applying overflow:auto
to the div
, but even though the scroller is visible, it does not work as expected.
I prefer not to use the iscroll
plugin. Are there any alternatives or solutions for this issue?