I'm trying to apply -webkit-transform: translate3d(0,0,0) to an image in an Android PhoneGap app. I'm using iScroll4 for pinch-zoom on the image. The same exact CSS works great on iOS, but it is clear that the Android webview is not applying this to the image correctly (the image remains blocky and does not scale well at all).
The strange thing is that if I open the same file in the Android browser (NOT in PhoneGap) it works fine. This happens with Android 2 and 4. Any ideas?