My little experiment with node-webkit and three.js contains; two page;
- index.html ( contain one button to open wayfinder.html )
- wayfinder.html ( three.js animation code and a button ( named 'go' ) to back index.html )
If I use back button to return index.html, animation stops and but it hangs in the screen. Even index.html loaded ( I mean dom elements ), I can only see this stopped animation.
This looks like a node-webkit issue but i did not understand the problem exactly.