How do i get a hidden soft keyboard to show back up in WebView?

こ雲淡風輕ζ 提交于 2019-12-25 05:10:04

问题


When the user presses the go button to navigate to a certain URL, the keyboard is hidden to go away. But when someone presses on an input field within the webview it's still gone. How do I make it come back for that?


回答1:


You can not control keyboard in WebView input fields. But you can change layout/views of keyboard. Here in keyboard we have options like Numeric, Characters, Symbol etc.



来源:https://stackoverflow.com/questions/11478596/how-do-i-get-a-hidden-soft-keyboard-to-show-back-up-in-webview

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!