Vurdering for Simple Gesture for Android
Simple Gesture for Android av utubo
Vurdering av Firefox user 12979178
Vurdering: 5 av 5
av Firefox user 12979178, 8 år sidanIt helps a lot!THANKS.
Could you please add pageUP and pageDOWN gesture?
Could you please add pageUP and pageDOWN gesture?
Svar frå utviklaren
posta 8 år sidanYou 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.