gpt4 book ai didi

react-native - react 原生 onKeyPress 不起作用?

转载 作者:行者123 更新时间:2023-12-04 22:42:00 24 4
gpt4 key购买 nike

我刚刚放置了 TextInput KeyboardType ={"numeric"}只是想找到天气用户输入“-”如果意味着我必须event.preventDefault()在 OnChange first.Later 尝试 onKeyPress 但 onKeyPress 没有触发,我只是尝试这样做,但它允许我输入显示警告合成事件性能问题。

伙计们帮帮我。

最佳答案

您正在使用安卓手机进行测试,而 onKeyPress方法适用于 iOS , 检查 documentation对于相同的

您可以使用 onChangeText用于文本更改。

例子:

<TextInput
onChangeText={(text) => this.onFirstNameText(text)}
returnKeyType={'next'}
underlineColorAndroid='transparent'
style={styles.inputColLeft}
/>

编辑 2018
onKeyPress现在也支持 Android 设备,根据 this commit .

来自文档:

Note: on Android only the inputs from soft keyboard are handled, not the hardware keyboard inputs.

关于react-native - react 原生 onKeyPress 不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45342844/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com