Hello eudosia,
Let me share what I have been able to do:
When the new mobile Web Simulator brings up the phone image with your program loaded in it, point your mouse to any of the elements on the screen.
Right click and select the option “inspect element”.
This should bring up the HTML code for the page with the selected element highlighted.
In the top menu line (Elements Resources Network … etc) of the window click on Resources.
From the dropdown menu select (ripple.html) and expand it by clicking on the little triangle on the left.
From the new list select document(<your program name.html) and click on the little triangle.
This should open up a menu with all the Images, Scripts, and Stylesheets for the program where you can check out the code.
Further down the left menu you will see the Local Storage option. Under it you’ll find an entry with “file://”.
this will display the local storage section and all of what’s stored there. Under the local storage display window are two icons: one like a “circular arrow” and an “x”. These will respectively refresh the local storage and delete a selected variable.
Likewise, Session Storage and Cookies is right under that.
Also, at the bottom left of the screen you will notice three icons: a screen like on, a > with 3 lines next to it, and a magnifier icon. If you click on the middle one with the “> and three lines next to it’, it will open up the CONSOLE window. Here you can test your script lines and examine variables etc.
Hope this helps.
TG