HTML code run in external browser by clicking any Button

HTML code run in external browser by clicking any Button


if I use any link as a Data Uri its work but when I use HTML code as a Data Uri it’s not working.
please Help

No browser can receive HTML text and load it.
Try sending an HTML file as Data Uri.
But why you want to use external browser when you can do it in your app.

1 Like

Save the HTML codes as a HTML file using the file component then set the path in the Data Uri.

Maybe problem is html file is in assets so external browser can’t load it or didn’t have permission