Can I visit external urls with turbo native without opening external browser?

I have web application that uses turbo and now I want to create a web application using turbo native. However, I need to do some redirecting to external urls for identification and it won’t work if the external urls are opened in an external web browser.

My web application uses tulo payway for logins and use their single sign on (SSO). There is an image describing the setup here:

So basically what I want is to embed the website www.xyz.com with turbo native. However, for the login process to work, I also need the app to access the external urls for:

The urls above are not using turbo so it would be a break from “the turbo way”.

This works nicely on the web. It also works if I only create a simple android app with a web view that I set to point to the xyz url.

Is there a way to fix this so that the turbo native app can work with external urls without opening the urls in a new browser?

1 Like