gpt4 book ai didi

android - 尽管 autoFocus={true} 键盘没有自动打开

转载 作者:行者123 更新时间:2023-12-04 23:59:38 25 4
gpt4 key购买 nike

我在 Modal 中有一个 TextInput,带有 autoFocus={true}。一旦 Modal 打开,TextInput 就会自动聚焦,但键盘不会自动打开。令人惊讶的是,这是随机发生的。有时键盘会打开,有时不会。这在模拟器和真实设备中都会发生。

有什么克服这种行为的建议吗?谢谢。

最佳答案

只要 Modal 可见,您就可以使用引用将焦点传递给 TextInput

<Modal onShow={() => {this.textInput.focus()}} > 
<TextInput ref={input => {this.textInput = input}} />
</Modal>

关于android - 尽管 autoFocus={true} 键盘没有自动打开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63047312/

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