android webview showing two edit fields -
i using web view in activity. using url load page. page contains text field takes user-name , password input user. when click on nay of field corresponding small field shown overlapping other.
here attaching image how looks when click password field..
can tell me how solve this?
thanks.
duplicate question: double text box showing on android ics webview
looks have add
-webkit-user-modify: read-write-plaintext-only;
to css input fields.
Comments
Post a Comment