Pógódnośenja za Simple Gesture for Android
Simple Gesture for Android wót utubo
Pógódnośenja wót Wužywaŕ Firefox 12979178
Z 5 z 5 pógódnośony
wót Wužywaŕ Firefox 12979178, há 7 anosIt helps a lot!THANKS.
Could you please add pageUP and pageDOWN gesture?
Could you please add pageUP and pageDOWN gesture?
Wótegrono wuwijarja
jo se napisał há 7 anosYou 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.