folks ;)
Im doing a basic animation with box2dweb and kineticjs. Both frameworks are awesome. This is a preview of what im doing: http://lab.devgf.com/boxkinetic/index_v.htm
When I see it in Google Chrome or Safari (desktop) it works really nice. Up to 60 fps. When I load this page with iPad's Safari the problem beggins.
If i use an iPad mini or iPad 2 (or even iPad 1) it works with an "acceptable" speed. Even inside Adobe DPS. BUT if the iPad is a retina model, (or with iPhone 5) there is NO speed. It is terrible, looks like "freeze".
Could someone help me? What should i do to get a nice framerate (or a different approach inside KineticJS loop) to make it works as it does inside desktop or no retina display device?
The main code to box2dweb im using is on this file: http://lab.devgf.com/boxkinetic/js/tgf/gfbox2d.js
The main code to KineticJS is here: http://lab.devgf.com/boxkinetic/js/Main.js
Any help is apprecciate.
Thank you.