initialxy / cordova-plugin-themeablebrowser

Fork of org.apache.cordova.inappbrowser in an attempt to make it a bit more themeable and configurable to add some custom actions.
Apache License 2.0
294 stars 221 forks source link

Could not input text in android webview #175

Closed daoshenjay closed 6 years ago

daoshenjay commented 6 years ago

Hi.I recently found sometimes I could not input text to a input html label in andorid webview. I can see and touch the key board.But the input label has not focused and nothing to show in it. Could someone help me with this issue?Thank you very much.

daoshenjay commented 6 years ago

I found a same issue at plugin cordova-plugin-inappbrowser: https://issues.apache.org/jira/browse/CB-11248

I think you may need to fix this issue too. The solution is add this code to onPageFinished(): view.clearFocus(); view.requestFocus();