Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inside of ScrollView, it's scrolling up but behind the content above, it's not visible after scrolling. #560

Open
oritzio opened this issue Dec 24, 2022 · 0 comments

Comments

@oritzio
Copy link

oritzio commented Dec 24, 2022

I have a component Invite inside of ScrollView

<ScrollView>
  <Invite/>
<ScrollView>

Assume I have this structure of my page and the invite component is inside of the [InviteForm]
[Header]
[Navigation]
[Invite Form]

When I tap the input the keyboard is showing up and the input is scrolling up.
But because it's inside of a ScrollView I can't see it because it's scrolling behind the content that I have above
So I end up seeing just that

[Header]
[Navigation]

And the input is not visible anymore.

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

No branches or pull requests

1 participant