You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I've got a bit of a strange one here, and I'm not sure if it's a Lenis issue or an Ionic issue, so I'm posting here to see if anyone can point me in the right direction.
I am trying to set up Lenis to fix a jittery scrolling issue observed when using React Three Fiber/Drei scrolling View (pmndrs/drei#1890).
I have got this to work, and it fixes the issue, only if my React page is not wrapped in an IonPage/IonContent, as recommended by Ionic.
Scrolling by dragging works with IonPage/IonContent, as long as Lenis's syncTouch is disabled, but scrolling with the trackpad doesn't work, and no scrolling works if syncTouch is enabled.
Describe the bug
I've got a bit of a strange one here, and I'm not sure if it's a Lenis issue or an Ionic issue, so I'm posting here to see if anyone can point me in the right direction.
I am trying to set up Lenis to fix a jittery scrolling issue observed when using React Three Fiber/Drei scrolling View (pmndrs/drei#1890).
I have got this to work, and it fixes the issue, only if my React page is not wrapped in an IonPage/IonContent, as recommended by Ionic.
Scrolling by dragging works with IonPage/IonContent, as long as Lenis's syncTouch is disabled, but scrolling with the trackpad doesn't work, and no scrolling works if syncTouch is enabled.
To Reproduce
For instance, this works:
but this does not:
Hopefully somebody knows what's happening here. I appreciate your help in advance!
The text was updated successfully, but these errors were encountered: