Keyboard covers text input on android only
See original GitHub issueIssue Description
The keyboard covers the text input on android only. It doesn’t look like the content moves at all. My configuration is essentially the default, and while I do use react-navigation, this page has neither tabs nor a top header.
I’ve been through all of the other issues on this repo concerning what seems to be the same issue here and tried all of them to no avail on android (iOS works fine, even when I do add a header or bottom tabs).
Steps to Reproduce / Code Snippets
<View style={{ flex: 1 }}>
<GiftedChat
messages={messages}
onSend={sendMessage}
user={{
_id: -1,
}}
/>
</View>
Expected Results
The text input (and the existing messages) to slide up above the keyboard.
Additional Information
- Nodejs version: v16.13.0
- React version: 17.0.2
- React Native version: 0.68.2
- react-native-gifted-chat version: 1.0.4
- Platform(s) (iOS, Android, or both?): Android
- TypeScript version: N/A
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:9
Top Results From Across the Web
My keyboard covers what I am typing in a text box
Hold down the icon to the right of the "Sym" at the bottom of the keyboard (it looks kind of like a microphone)....
Read more >Keyboard covering text input : r/GooglePixel
Hello, Recently I began having issues with my phone where the keyboard will pop up from the bottom of the screen and cover...
Read more >Android soft keyboard covers EditText field
When soft keyboard hide the input in webview or xwalkview you have use android:windowSoftInputMode="adjustResize".
Read more >Virtual keyboard covers up texting conversation
In the initial text screen if I select an existing conversation and tap the "Text Message" box the virtual screen pops up but...
Read more >How to fix: "My keyboard covers up what I'm trying to write ...
What to do when your Android keyboard covers up too much of an app. · The answer is surprisingly easy. You just shrink...
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 FreeTop 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
Top GitHub Comments
You can try https://stackoverflow.com/questions/3295672/android-soft-keyboard-covers-edittext-field
There is no effect of
bottomOffset
if windowSoftInputMode=“adjustPan”Turns out I just use the default value, ‘resize’, and figured out these value for the Offset (I’m using expo)