Reputation: 4775
TinyScrollbar on their website has written in features that it supports Touch Devices.
Does it supports ?
Even their examples on their website is not scrollable on safari, Iphone 5S. I dont know where i am wrong. Even i'm, but their examples are also not working on safari iphone.
For my web page i have used following code ..
var scrollbar = $('#scrollable').tinyscrollbar({thumbSizeMin : 0,wheelLock : false, touchLock : false});
HTML
<div id="scrollable" class="filtercon specialtop">
<div class="scrollbar"><div class="track"><div class="thumb"><div class="end"></div></div></div></div>
<div class="viewport">
<div class="overview">
</div>
</div>
</div>
Upvotes: 0
Views: 226