Recenzje dodatku Simple Gesture for Android
Simple Gesture for Android Autor: utubo
Autor recenzji: Użytkownik Firefoksa 12979178
Ocena: 5/5
Autor: Użytkownik Firefoksa 12979178, 8 lat temuIt helps a lot!THANKS.
Could you please add pageUP and pageDOWN gesture?
Could you please add pageUP and pageDOWN gesture?
Odpowiedź autora
Data: 8 lat temuYou 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.