I want to call a JavaScript function using html5.run. If the function called does not exist, the program hangs. I need html.run to return even if the function called doesn’t exist. Is this possible?
My code:
if html5 then html5.run('parent.cmgGameEvent("start");') end