Android Question Response from web page

elitevenkat

Active Member
Licensed User
Longtime User
android/forum/threads/webvie
And as usual erel had replied.
However I can not figure out how to get a response from the called webpage.
My requirement is
A webpage to be called which will display accept username and password and validate.the web page will wait for the user input indefinitely
I want to get back if the login was success or not in my b4a app when the user submits the webpage.
Should I use webvirwextra or browser or what method to use to achieve the response
 

elitevenkat

Active Member
Licensed User
Longtime User
yes the web page redirects to another page. kindly tell me how to get the login details from the initial web page in overrideurl event. any coding example will be high;y appreciated.
 
Upvote 0

elitevenkat

Active Member
Licensed User
Longtime User
From the web page when redirecting if I echo some value say 1 or 0 can I get it back as response in the webview ? To achieve that how should i proceed. Can I get help in that direction please ?
 
Upvote 0
Top