Skip to content

Patterns for scrolling without ScrollView #277

@nandorojo

Description

@nandorojo

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
  • ScrollView on native needed to scroll
  • ScrollView on web needing a parent with a fixed height (or flexGrow: 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions