Simple Gesture for Android incelemeleri
Simple Gesture for Android geliştiren: utubo
Firefox kullanıcısı 12979178 adlı kullanıcının incelemesi
5 üzerinden 5 puan
yazan: Firefox kullanıcısı 12979178, 8 yıl önceIt helps a lot!THANKS.
Could you please add pageUP and pageDOWN gesture?
Could you please add pageUP and pageDOWN gesture?
Geliştiricinin yanıtı
gönderilme: 8 yıl önceYou 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.