sai gopal
sai gopal

Reputation: 81

Password manager in Android Webview

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

Answers (1)

Jaimin Modi
Jaimin Modi

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

Related Questions