In my app, I have to display a specific webpage in a WebView that handles payment. The user has to mess around in this page, and if the transaction was successful, the webpage will initiate a forwarding to a specific url. I have to intercept this forwarding call in the android app, and handle it properly.
Is this possible? I haven’t found any methods on WebView that can bind a listener to handle a forwarding action.
Thanks
Can you detect forwarding in here: