I\'m developing an Android application that uses a WebView to display the login page for Facebook. The page loads beautifully, and I\'m able to select the username/password
I don't know my case is exactly same as yours,
I found that add one css line can solve problem.
I just add
input{ -webkit-user-select: text; }
to my css, then problem solved!