question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ScrollView is no longer keyboard aware after typing in TextInput

See original GitHub issue

On IOS when a TextInput is focused, the component behaves as expected. However, once text is typed in the TextInput, especially when trying to scroll down to let’s say a send button, the ScrollView is no longer Keyboard Aware.

I am currently setting behavior="position", and alwaysBounceVertical={false} as a work around, but would like to see this functionality working without requiring the use of those props

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:4
  • Comments:6

github_iconTop GitHub Comments

1reaction
ChrisLahayecommented, Jan 13, 2018

@alvaromb wanted to confirm that with 0.4.2 the issue is fixed. Awaiting the release at npmjs. Thank you for your work!

1reaction
alvarombcommented, Jan 12, 2018

Can you test the new release? https://github.com/APSL/react-native-keyboard-aware-scroll-view/releases/tag/v0.4.2

Ping me if this issue still persists and I’ll reopen.

Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

react-native-keyboard-aware-scroll-view not working properly
For some reason it always thinks there is a keyboard active I guess because it always compresses everything.
Read more >
Using KeyboardAwareScrollView and KeyboardAvoidingView ...
This tutorial explains what KeyboardAvoidingView and KeyboardAwareScrollView are and how to use them for different purposes.
Read more >
Today's React Native Tip: Keyboard issues in ScrollView
In this post I am going to illustrate the two most useful properties that I have used to handle the native keyboard that...
Read more >
How to make your React Native app respond gracefully when ...
You can take the base code, which has the keyboard covering the inputs, and update that so that the inputs are no longer...
Read more >
react-native-keyboard-aware-scroll-view - npm
A React Native ScrollView component that resizes when the keyboard appears.. Latest version: 0.9.32, last published: 2 years ago.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found