When I run my game on the simulator I have the gravity set as physics.setGravity( 0,20)
When I try this on a nexus 7 the gravity behaves as on the simulator but when I try it on a kindle fire
the gravity does not behave the same and I need to set it to about physics.setGravity( 0,26) to have a similar effect
I need it to work the same on all phones