Hello everyone,
For some exceptional reasons, I need to change the “location.hash” of the page where the html5 application is running.
JS:
window.location.hash = "testing";
Is it possible to do this directly em lua or do I need to create a plugin?
Thank you