My HTML5 web application utilizes hardware acceleration through the CSS3 property translateZ(0)
.
Everything runs smoothly on my 4s device.
However, when I try the same application on an iPhone4, the performance drastically decreases and becomes almost unusable.
Is there a special trick to enable hardware acceleration on the iPhone4? Or is its GPU just not powerful enough?