Refresh Browser Page

Hello,
I am wondering if there is any way to reload the web browser page from my game as if i clicked a button and the browser page will refresh as if i started the game from the begging (from loading screen part)

Thank you.

Hi @abd_almajeed_saleh, yes, you can do that easily at any point in your code using the following:

location.reload();
2 Likes

Thank you very much

1 Like