Κριτικές για το Simple Gesture for Android
Simple Gesture for Android από utubo
Κριτική από Χρήστης Firefox 12979178
Βαθμολογία 5 από 5
από Χρήστης Firefox 12979178, 8 χρόνια πρινIt helps a lot!THANKS.
Could you please add pageUP and pageDOWN gesture?
Could you please add pageUP and pageDOWN gesture?
Απάντηση προγραμματιστή
δημοσιεύτηκε στις 8 χρόνια πρινYou 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.