Hey, just checking if anyone has run into an issue with touch events not working in PIXI when wrapped in CocoonJS? This only happens when one of the scale modes is specified, (see: http://support.ludei.com/hc/en-us/articles/200807787-HTML5-feature-list#cocoonjs_extended_properties ), for example using canvas.style.cssText="idtkscale:ScaleAspectFill;";When that line is added, touch events don't work. Without it touch events work fine. Fails using any of the supported scale modes Cocoon supports. I see this issue which was already closed as fixed, https://github.com/GoodBoyDigital/pixi.js/issues/1001 Anyone else experiencing any issues lately? Sorry, I don't have prior experience working with Cocoon to have an idea where the issue may lie I am using the latest of both Cocoon (2.1.1) and Pixi (2.1.0)