Feature request: ScrollService #1982
jplatte
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
|
#1842 removes services so this feature request no longer applies. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! I think similar to
ResizeServiceit would be good to have aScrollServicein yew. I'm not sure whether it could easily be parameterized over either listening to scroll events onwindowor an individual element (a'scroll'event listener ondocument.documentElementordocument.bodynever fires if the whole page is scrollable, so that's not the solution). Here's my current solution for detecting whole-page scrolling:Beta Was this translation helpful? Give feedback.
All reactions