我的React-Native应用程序在Android设备上运行。
在TextInput中,我可以将keyboardType更改为跨平台值,例如“数字”和“电子邮件地址”等。现在,我需要将KeyboardType设置为“ 网络搜索”或“ URL ”,但在Android上未做任何更改。
我点击此链接:https://facebook.github.io/react-native/docs/textinput.html#keyboardtype
具有此部分:
枚举(“默认”,“电子邮件地址”,“数字”,“电话板”,“ ascii- 能力”,“数字和标点符号”,“ url”,“数字键盘”,“姓名电话” pad”,“ decimal-pad”,“ twitter”,“ web-search”,“ visible-password”)
我不太了解如何在Android的React Native中为 keyboardType 实施此枚举。
答案 0 :(得分:0)
不幸的是,它仍然没有实现。请参阅视觉指南here。
不过,您可以通过https://react-native.canny.io/feature-requests/p/support-keyboardtypeurl-on-android
为它投票