标签: android android-layout
我有一个Webview,其中加载了一个包含输入字段的URL。我通过WebView.requestFocusFromTouch()启用了软键盘。
Webview
WebView.requestFocusFromTouch()
I want to add the Tab button on keyboard to change focus through input fields, is there a way to edit the keyboard displayed and catch it's action ?