How do I delete a url after sometime?

As per my condition, the url gets open but I want, it should be closed automatically after sometime, please help.

I don’t think you can close the user’s browser window after opening a URL.
You can change your design approach to do a GET from a service and present some data in your game window instead.

2 Likes

Krunkster’s correct. Using the “open url” event outright opens the default browser. After that occurs GDevelop has no control over the window.

1 Like

I don’t know if I’m late but if you can edit of the url that you open you can add some id in a div and the with Jquery set a timer to close the browser tab.
But you need to do it in the website not in GDevelop.

1 Like

Thanks man…I will try and update you