I need to know if there is a posibility of run an intent after click a hyperlink inside a webview.
The flow will be the next:
- Activity with a WebView
- A oauth registration web is loaded inside the webview
- When you have registered the web redirect you to another web which says "Ok, you are registered now"
I want to know if there is something to load another activity when the webview charges this second web saying "Ok, you are registered now".
I read the next post handling links in a webview, but I think that this is not the same problem, because it is done in the first web that is loaded in the webview.