I have a game written with three.js in javascript, I am using Cordova to try to put it on the IOS and android store but Cordova doesn't seem to support webGL, and if i use a canvas renderer my game is really slow, I am thinking of trying cocoonJS.
So basically can i use three.js with Cordova and if not does cocoonJS support webGL?