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

Issue with scrollview when scrollview is at bottom of content. #39

Open
trinode opened this issue Aug 20, 2016 · 1 comment
Open

Issue with scrollview when scrollview is at bottom of content. #39

trinode opened this issue Aug 20, 2016 · 1 comment

Comments

@trinode
Copy link

trinode commented Aug 20, 2016

using this type of layout:-

      <View style={{flex: 1}}>
        <MasterNav/> <--- that's a scrollview with login boxes
        <KeyboardSpacer/>
      </View>

When the keyboard is dismissed, if the scrollview is at the very bottom, the scrollview resizes, but doesn't scroll back - the bottom of it's content is where the top of the keyboard is, as soon as you drag it a little bit, it corrects itself.

I presume scrollview has a special case for being at the bottom maybe, if so can it be triggered to do a refresh?
After dismissing:

image

image

@hlynn93
Copy link

hlynn93 commented Nov 9, 2016

+1

Scroll all the way to the bottom and then dismiss the keyboard. The listview does not push the content back to the bottom.

screen shot 2016-11-08 at 5 32 03 pm

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

2 participants