-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Description
Describe the feature request
One of the most challenging pieces of handling UI across platforms is scrolling. I wrote a post about it in the Solito docs which covers some (though not all) of the challenges.
Namely:
- Window scrolling on web
- Window scrolling allowing mobile browsers to collapse the top & bottom of the screen
ScrollViewon native needed to scrollScrollViewon web needing a parent with a fixed height (orflexGrow: 1, flexBasis: 0)
I'm wondering how this all fits into react-strict-dom. What are patterns for handling scrolling? What have you done given that overflow isn't supported in RN yet and that native scrolling is so different?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels