-
I open the webview pointing to a website. The URL will include 2 storage variables. One is “USERNAME” and one is “PASSWORD” . The first time the webview is opened, the “email” and “password” will be empty.
-
After the user enter the data in USERNAME and PASsWORD, the URL will contain that data,
“I want to Extract them”.
Is it possible to get these parameter from a URL in webview in android.
Need suggestion and hints to proceed in this problem.
The best way to do what you want it’s to set a webviewclient for having onPageStarted listener which give you you url that you can parse to get parameters.