Tinyscroll の Web サイトによると、モバイル スクロールは動作するはずです。オプションの下に次のように表示されます。
invertscroll: false
-- モバイルの反転スタイルのスクロールを有効にします。
誰かが実際にこれを機能させましたか?助けていただければ幸いです。ありがとう。
私のコードは、オプションが次のように構成された標準の HTML セットアップです。
$.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
}
};