Calling javascript on the page from html5 game

Yes, we’ve had a solution for this for quite some time:

local result = html5.run("some_function();")

And we have full native Javascript support as well:

2 Likes