Hello everyone,
I have a simple request: How can I use the Date() function in native with Cocos2D-JS ? I am testing in Android and the app crashes.
After some research, it seems to be related to limitations in the Spidermonkey engine. The solutions I have found so far involve using C++, and I making a JS bind seems too much.
Is there any official way to use the date object?