gpt4 book ai didi

android - React Native on android - 从一个 TextInput 到另一个 TextInput 的焦点需要 2 次点击

转载 作者:搜寻专家 更新时间:2023-11-01 07:49:45 28 4
gpt4 key购买 nike

这真的很烦人,当我在一个 TextInput 中写入文本时,我点击另一个 TextInput 以在键盘准备好时获得焦点,但它只会隐藏键盘。如何克服这种行为?我只想点击 TextInput 并立即准备好键盘。

感谢您的任何建议!

最佳答案

您的 TextInputs 是在 ScrollView 中吗?

你需要给你添加keyboardShouldPersistTaps={true} ScrollView .

keyboardShouldPersistTaps bool:

When false, tapping outside of the focused text input when the keyboard is up dismisses the keyboard. When true, the scroll view will not catch taps, and the keyboard will not dismiss automatically. The default value is false.

参见 Can't tap from one TextInput to another .

关于android - React Native on android - 从一个 TextInput 到另一个 TextInput 的焦点需要 2 次点击,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36608592/

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