I want to make a multi-device software with godot that allows you to enter to a specific webpage that is recorded. I mean, you press a button, then a container appears, in the container you write the page and then, every time you touch the software icon, it automatically takes you to the page. But I have no idea how to do it.
All the code I have is:
func _on_Button_pressed():
OS.shell_open("webpage")
inside a button node.