How to open a web page from Android or iOS app

Hello,

I want to open a web page with external URL from the Android or iOS application.
The window.open() doesn’t work with TypeScript.

Is there a fonction to do this?

You can read the API documentation, the following API may meet your needs?

image

Oh I tried to find this and I also searched in all the documentation.
It works on Android, I will check on iOS then.
Thanks.