Does anyone know how I would go about autofilling the username and password of a website on the browser in Android given that I have the login URL, the username and the password? Is there a simple way to do this or is somthing more complicated required?
Thanks!
Does anyone know how I would go about autofilling the username and password of
Share
Use JavaScript :
So basically, what you have to do is a big string of JavaScript code that will get those fields and put values on them; also, you can enable/disable the submit button from JavaScript.
Source : Fill fields in webview automatically