Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Scroll Override #26

Open
netgfx opened this issue Aug 10, 2021 · 0 comments
Open

Scroll Override #26

netgfx opened this issue Aug 10, 2021 · 0 comments

Comments

@netgfx
Copy link

netgfx commented Aug 10, 2021

Hello, is there a way to override the scroll? I'm looking into logging how far a user has scrolled. I've tried

onScroll(e) {
     console.log(e)
},
onMove(e) {
     console.log(e)
},
onScrollStart(e) {
      console.log("->", e)
},

but none of them fire

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant