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?