Recenze doplňku Simple Gesture for Android
Simple Gesture for Android od utubo
Recenze od uživatele Uživatel Firefoxu - 12979178
Hodnocení: 5 z 5
od uživatele Uživatel Firefoxu - 12979178, před 7 letyIt helps a lot!THANKS.
Could you please add pageUP and pageDOWN gesture?
Could you please add pageUP and pageDOWN gesture?
Odpověď vývojáře
zveřejněno před 7 letyYou 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.