When making a scrollable div, for iOS devices, momentum scroll doesn't work - so you must use the 'beta' -webkit-overflow-scrolling: touch; property.
However, this seems to crash the browser for me - not immediately, but seemingly randomly. Removing all of the -webkit-overflow-scrolling: touch; properties stop the browser from crashing.
I've tried using iScroll, touchSwipe, and a few other plugins that I can't remember the name of, but have either been too cumbersome to implement (I have a very short timeframe for development) or haven't worked as desired.
Does anyone experience the same problem, and if they have, have you found a solution?
-webkit-overflow-scrolling: touch;works from iOS 5.1 and higher. It's got a huge performance boost on iOS 6. On iOS 5 the performance is quite bad, so when using this on multiple items on a single page or using it together with 3D translation may cause the browser to crash.