Recenzie doplnku Simple Gesture for Android
Simple Gesture for Android Autor: utubo
Recenzia od používateľa Používateľ Firefoxu - 12979178
Hodnotenie: 5 z 5
autor: Používateľ Firefoxu - 12979178, pred 8 rokmiIt helps a lot!THANKS.
Could you please add pageUP and pageDOWN gesture?
Could you please add pageUP and pageDOWN gesture?
Odpoveď od vývojára
uverejnené pred 8 rokmiYou 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.