maxim9's Forum Posts

  • Any help on the callback ? Not able to figure this out but badly needed it.

  • You do not have permission to view this post

  • Where can i find the plugin i am not able to find the download link in the other thread as well ? Please help.

  • my callback is not working , gives an error in CocoonJS 'undefined is not an object (evaluating 'runtime.types.Function.instances')

    Here is capx , https://dl.dropboxusercontent.com/u/800 ... lback.capx and modified index.html

    https://dl.dropboxusercontent.com/u/80050021/index.html

    Please help , I am also trying this method, solved-how-do-i-callback-in-outside-of-canvas_t109372 gives a different error ,

    ' undefined is not a object (evaluating 'IN['cr'].plugins_')

  • my callback is not working , gives an error in CocoonJS 'undefined is not an object (evaluating 'runtime.types.Function.instances')

    Here is capx , https://dl.dropboxusercontent.com/u/800 ... lback.capx and modified index.html

    https://dl.dropboxusercontent.com/u/80050021/index.html

    Please help , I am also trying this method, solved-how-do-i-callback-in-outside-of-canvas_t109372 gives a different error ,

    ' undefined is not a object (evaluating 'IN['cr'].plugins_')

  • You do not have permission to view this post

  • You do not have permission to view this post

  • I think the answer here might help your issue, it helped for my project.

  • Your post really saved me after breaking my head for several days to figure this out. You can disable WebGL in the Project Configuration settings "Enable WebGL:Off" export to CocoonJS and run in Canvas+ (Not Webview) it runs and renders Super Fast even with SpriteFont+ or SPriteFont.

    If you are not using any of the WebGL effects then you are in luck , otherwise it's horribly slow.

  • +1 Same problem here , I am making a Word Game using SpritFont and SpriteFont+ the performance is really slow on mobile even with the phone like iPhone 5S on CocoonJS.

    Ashley , Please help

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • sergyperov, I am able to fix the above error by fixing the javascript from string to boolean, the local notficatoins seems to work, but I am unable to send any push notifications from the Parse console, even after i registerForPushNotfications and Subscribe to the channel, I am not seeing any receipients in parse console to be able to send any push, Although i am able to get a device token back after i register, Any idea on how to make it work ?

  • I am getting this error when the sending local notfications , check the attached image.