Iceggiren i Simple Gesture for Android
Simple Gesture for Android sɣur utubo
Icegger-it Aseqdac Firefox 12979178
Yettwasezmel 5 ɣef 5
sɣur Aseqdac Firefox 12979178, kahdeksan vuotta sittenIt helps a lot!THANKS.
Could you please add pageUP and pageDOWN gesture?
Could you please add pageUP and pageDOWN gesture?
Tiririt n ineflayen
yeffeɣ-d deg kahdeksan vuotta sittenYou 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.