I have a Weirb bug that annoys me. I have an application that is pretty much a web view with some additional features, one of which is the user load dialog (extended from the run dialog), which I show when onPageStarted is called, and dismiss the onPageFinished call. The problem is that if I do this (show the dialog), the virtual keyboard will show whether the user will touch TWO times in the form text box (Html ββor Javascript text box in the webview).
- I tried to manually focus on web browsing before and after updating the GUI with a handler that rejects the dialog box.
- Reconfiguring WebView
- Do not show dialog (this works, but I need a dialogue)
Anyone have an idea how to fix this?
Thank!
source
share