url scheme in game maker studio(yoyo games) for android?

688 Views Asked by At

How can i make url scheme in Game maker Studio (Yoyogames) for android?

I've seen in some application like Whatsapp app have a url scheme that when the user surf to a " whatsapp://send?text=mytext " site, it opens the Whatsapp app with a given text.

so i want to make like that.if user enter my url scheme to open the game with a given text.

Thank you!

1

There are 1 best solutions below

2
On
//pass the URL string as argument0 to this script to open it in default browser
url_open_ext(argument0, '_blank')