Pohódnoćenja za Simple Gesture for Android
Simple Gesture for Android wot utubo
Pohódnoćenje wot Wužiwar Firefox 12979178
Z 5 z 5 pohódnoćeny
wot Wužiwar Firefox 12979178, pred 8 rokmiIt helps a lot!THANKS.
Could you please add pageUP and pageDOWN gesture?
Could you please add pageUP and pageDOWN gesture?
Wotmołwa wuwiwarja
je so pred 8 rokmi napisałYou can pageUp and pageDown with custom-gesture.
Try these code.
------------------------------
/** @name pageUp */
window.scrollByPages(-1, { behavior: 'smooth' });
------------------------------
------------------------------
/** @name pageDown */
window.scrollByPages(1, { behavior: 'smooth' });
------------------------------
Thanks.
Try these code.
------------------------------
/** @name pageUp */
window.scrollByPages(-1, { behavior: 'smooth' });
------------------------------
------------------------------
/** @name pageDown */
window.scrollByPages(1, { behavior: 'smooth' });
------------------------------
Thanks.