• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Auto logging in to ANY website using a webview widget

I'm making an android app, one aspect of the functionality is it needs to be able to automatically enter a users login and password(and ultimately login) into any website which requires logging in. (Facebook, Google, Yahoo, etc...) It will work by using a webview widget as a browser and i understand i can use javascript in the webview. If there is a better way of achieving this i'm all ears....

I need a way in which i can get the id's and/or names of the relevant login/password fields of any website so i can simply just insert the required data into them.


*Note that it's third party sites i'm concerned with NOT a website that i've made.(i don't know the id or names of the fields i want to insert data into)

Thanks in advance.
 
Back
Top Bottom