当我点击textInput时,我的键盘总是立即关闭。这只发生在安卓上。
奇怪的是,我尝试仅删除所有不相关的代码到textInput,但问题仍然存在。这只发生在我的应用程序的一个页面上。
<View>
<TextInput
style={{
paddingVertical: 0,
textAlignVertical: 'center',
height: height * 0.05,
width: width * 0.4,
fontSize: height * 0.027,
color: '#E1E1F2',
borderBottomWidth: 1,
borderBottomColor: '#6B778A',
justifyContent: 'center',
}}
placeholderTextColor={'#6B778A'}
underlineColorAndroid='black'/>
</View>
我认为代码没有问题,我真的需要帮助。
屏幕记录:media.giphy.com/media/Vc6AbKbMsnZX8ykKqR/giphy.gif
可能您的输入在 ScrollView 中。
请参阅 React Native:在 ScrollView 中更改焦点时键盘关闭以获取解决方案。
由于反应本机屏幕,导航堆栈和本机依赖项版本而发生,只需将它们更新到最新版本即可