Critiques pour Simple Gesture for Android
Simple Gesture for Android par utubo
Avis de Utilisateur ou utilisatrice 12979178 de Firefox
Noté 5 sur 5
par Utilisateur ou utilisatrice 12979178 de Firefox, il y a 8 ansIt helps a lot!THANKS.
Could you please add pageUP and pageDOWN gesture?
Could you please add pageUP and pageDOWN gesture?
Réponse du développeur
mis en ligne : il y a 8 ansYou 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.