openURL
To convert a string to a link and open it in the standard web browser
With this function, you can open a website in your default browser. You can pass any string, the function will encode it to make sure it's a valid link.
openURL(string)
void
openURL(link)
To convert a string to a link and open it in the standard web browser.1
openURL("https://google.de/maps/place/Monbijouplatz 5, 10178 Berlin")
Result: Google Maps will open and show the Ninox office.
Last modified 1yr ago