WebView + VirtualKeyboard + Javascript alert function
-
I'm writting an embedded navigator using webview and the virtualkeyboard based in qtwebbrowser.
All looks good. The keyboard shows properly when an input get the focus, and dissapear when any hasn't it.
But if a page shows an alert using javascript, and the user dismiss the alert, the keyboard is not shown anymore.
Someone knows about this "problem"?
I think that the best solution is forcing VirtualKeyboard to use ever the "normal" keyboard. It's possible to use only this keyboard even when a numeric input get the focus?
-
I'm writting an embedded navigator using webview and the virtualkeyboard based in qtwebbrowser.
All looks good. The keyboard shows properly when an input get the focus, and dissapear when any hasn't it.
But if a page shows an alert using javascript, and the user dismiss the alert, the keyboard is not shown anymore.
Someone knows about this "problem"?
I think that the best solution is forcing VirtualKeyboard to use ever the "normal" keyboard. It's possible to use only this keyboard even when a numeric input get the focus?
I have found that this problem occur when the focus is over a numeric field. The web throw an alert message. The keyboard disappear. And after this moment, only when the focus is recieved by another numeric field, the keyboard is shown.