In react-native android, when I click on the keyboard, a button pops up with animation at the bottom of the screen, as shown on the ss:
And when I click, it shows these options, where I can manually press the showKeyboard button and then it shows the keyboard:
But I want only the keyboard appears when I focus the TextInput, not a bottom options button. How can I do this?
2
This is a new keyboard feature which is enabled by default in google pixel emulaters. To fix this you just need to this.
-
Go To setting by clicking on settings as shown in the image or use shortcut key
Alt + I
. -
in Settings menu you will see an option called
Write in Text Fields
, as shown below.
- Just disable it and your problem will be solved.
- Then you will have a normal keyboard.
2