In my Android app I create an AlertDialog
that has a WebView
inside. The WebView
loads a webpage that requires the user to log in. However, when I click on text fields in the WebView
, soft keyboard does not appear. I am aware of the issue in general (Android: Issue 7189); however, in my case the suggested solution does not seem to work since I use an external website, and not just a simple HTML form.
The perfect solution would be if the keyboard appeared when the user clicked on the website's text fields. However, having the keyboard appear together with theAlertDialog
would also work. Any ideas?