I tried to export one of my relatively simple projects to CocoonJS and it would not work, instead the debug screen gave me a bunch of errors. Thinking I'd maybe missed something, I created a new project for mobile and basically added just a ball and a floor to bounce off.
Exported it and still get errors (running in iPad CocoonJS Launcher app from a ZIP, it loads ok):
JavaScript Exception (Line: 5765 File: 'c2runtime.js' Tag: 'script'): TypeError: 'undefined' is not an object (evaluating 'window.Box2D.Dynamics')
The "game" runs fine in local browser.
If I run in the launcher from IP:50000, I get a TON of errors, mostly with NSURLErrorDomain at the end.
If I run in the browser itself from the iPad via IP:50000 it's fine.
The Zip is here: dl.dropboxusercontent.com/u/7409023/construct/mobiletest.zip