Hi,
Running Godot Engine v4.0 Beta 8 on Linux.
On HTML5, we are trying to tell the Internet browser to visit another webpage in same browser tab.
We have below, but it is not working:
JavaScriptBridge.eval("window.location.replace('https://betamaxheroes.org');")
(When above command is run it freezes the HTML5 game and nothing else happens?)
The purpose of above is for two features:
- Visit dev team's website on [Exit] of HTML5 game.
- Visit GitHub repository to view/download the source.
Anyone know how to do the above in Godot 4.0 Beta 8 ?
Let us know, thanks!
Jesse