I have a webviewextra2 view in a panel
the webview is calling a php page where the user is validated with id and password.
is there anyway i could get if login succeeded or not as a return value in my b4a app ? depending on the return value, i will close and move to next action or stay put in the same panel in b4a.
I had gone through the forum though there are many threads, i and could not understand how to achieve my requirement
The way to do it depends on the specific server and its responses. Use the browser developer tools to understand what happens when you submit the form.
If you can avoid using WebView at all and make the requests yourself with OkHttpUtils2.