According to Tinyscroll's website, mobile scrolling is supposed to work. Under options you see:
invertscroll: false
-- Enable mobile invert style scrolling.
Has anybody actually gotten this to work? Help would be much appreciated. Thanks.
My code is the standard HTML set up with my options configured as:
$.tiny.scrollbar = {
options: {
axis : 'y' // vertical or horizontal scrollbar? ( x || y ).
, wheel : 40 // how many pixels must the mouswheel scroll at a time.
, scroll : true // enable or disable the mousewheel.
, lockscroll : true // return scrollwheel to browser if there is no more content.
, size : 'auto' // set the size of the scrollbar to auto or a fixed number.
, sizethumb : 'auto' // set the size of the thumb to auto or a fixed number.
, invertscroll : true // enable scrolling for mobiles
}
};