I?m in the final stages of my first full scale game. It worked fine with cocoonjs 1.3. But after the 1.4 update the following problem has emerged:
The js launcher reports an error every time I touch the screen, "ReferenceError: JQuery is not defined" it says for every touch input, touchstart, touchend, and touchmove.
The game also crashes somtimes at a touchinput but never at the same place.
Is this a common problem with the new cocoonjs?