Android platform showSoftInputOnFocus
not work well
#26643
Labels
Bug
Platform: Android
Android applications.
Stale
There has been a lack of activity on this issue and it may be closed soon.
There are some
TextInput
in my code. One of them I setshowSoftInputOnFocus
totrue
, others tofalse
. I want the soft keyboard to be displayed whenremark TextInput
focused, hidden when otherTextInput
focused.When I make
remark TextInput
focused, then make otherTextInput
focused, the keyboard doesn't hide. Like this:Step 1:
Step 2:
I don't think the soft keyboard should be displayed when
volume TextInput
andweight TextInput
focused, but it does.React Native version:
The text was updated successfully, but these errors were encountered: