Progress Dialog, resulting in a virtual keyboard not showing up in WebView

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!

+3
source share

Source: https://habr.com/ru/post/1760740/


All Articles