Hi, All...
I Need a big help regading how to read a variable stored in my .html javascript localStorage.
I have one page that stores some data inside localStorage:
E.g:
<script>
localStorage.setItem("lastname", "Smith");
</script>
I would like to read this variable inside Construct 2.
Is there any tutorial that could lead me on how to do this?
Thanks in advance!!