Doesn't work with javascript
It manages to open and run fine unless there is javascript involved - with js it just halts.
Can you see any errors?
I get this: Uncaught SecurityError: Failed to execute 'texImage2D' on 'WebGLRenderingContext': The cross-origin image at http://10.0.1.107:8080/assets/ui/progress_bar.png may not be loaded. phaser-arcade-physics.js:5490
(I'm using the Phaser js game framework and running a local server on my desktop machine)
sounds like a CORS error. Are you running it right from the file system or serving it?
Serving it using Python's SimpleHTTPServer