Is it possible to always show the scroll bar in iScroll
Currently iScroll is working beautifully on a div with overflow:scroll.. however due to the content the user sees there is no way for them to know that there is more in the div
For this reason it would be much better to show the scroll bar on the side showed permanently so that users understood the limits to the content
vScrollbar: true doesn’t seem to work
EDIT:
This question is specifically to do with using iScroll (http://cubiq.org/iscroll) for touch devices
If you’re still looking for an answer to this, I think what you do is look for this line of code on line 78:
And just comment it out (//) or delete it. That’s what I’ve done and it seems to work fine.