https://github.com/react-native-community/react-native-webview
最新的react-native-webview版本,废弃了autoFocus,换成了requestFocus,但requestFocus在android和iOS都无法正常工作。
但也发现了一些解决方案,android可以解决,iOS还是不行,如果有看得懂iOS的同学,看看不能帮助解决。
android 使用如下这个方法可以解决
https://github.com/react-native-community/react-native-webview/pull/465/commits/86027aa239c295666a998e95a581a327a2a9cbc2
iOS使用如下这个方法会调出键盘,但没有focus
https://github.com/react-native-community/react-native-webview/pull/465/commits/d0dc983c37b22e039b541d745f905a5e1757917a