ScrollView is no longer keyboard aware after typing in TextInput
See original GitHub issueOn 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:
- Created 6 years ago
- Reactions:4
- Comments:6
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@alvaromb wanted to confirm that with 0.4.2 the issue is fixed. Awaiting the release at npmjs. Thank you for your work!
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.