How to redirect uri to another screen?

I use this API (example)

I use this API to authorize my users, and I display it with the webviwe component.

what I want is when the user has successfully logged in, it will automatically open another screen.

Thanks you very much

1 Like

I think WebView has an event “OnPageLoaded” or similar, you can use that event and compare the current url

1 Like