Reputation: 81
How to get UserName(Email) and password from the website after successful logged In to store local database
with the domain name and auto-fill username and password when open the same website.
Upvotes: 1
Views: 580
Reputation: 1677
Actually, we are loading wesite url in a WebView and not using the native android's Input Field controls.
So, With the Android Webview, We can't access the Input Field data. (UserName and Password)
Upvotes: 1