I've been working with CocoonJS a lot in the past few months, and while the main idea is awesome (and worked pretty well for a while), I've found lots of glitches and issues I can't ignore when relasing a game, forcing me to move from canvas+ to webview+, which dramatically hurt my game (sound issues, have to compile in an old compiler version for iOS etc...). That being said, canvas+ has worse issues than that...
Is there any good fast canvas alternative to wrap cocoonjs games with? for android, I know there's crosswalk (although I haven't tested it yet), but that's based on chromium. Is it good enough for fast movement animations / particles / webgl effects?
And about iOS, what's the alternative?
Thanks!