0

I am working on something like a one click hyperlinks ( I mean, like an icon that when clicked takes you to a webpage) for multi - device with godot and I fount this

OS.shell_open("http://webpage")

At the official godot q&a page, but I don't know if it works for Android

Does it work? Should I use another code?

halfer
  • 19,824
  • 17
  • 99
  • 186

1 Answers1

1

Yes, it works on Android. I've tested and tried it myself.

OS.shell_open("https://stackoverflow.com/")

This works on all platforms native to the Godot Engine.

Riesyeti
  • 26
  • 1
  • 4