In building a mobile platform for the admin panel I would like to find a Jquery replacement for overflow:auto / overflow:scroll. One that replicated the elasticity of the native one found in iOS. So far I have not found one that does not arse everything up for normal browser experience on pc/mac.
The best I have seen so far is in this video but I do not know where the script came from.
http://www.youtube.com/watch?v=LSwUx1EkqOc
Essentially some JQuery or similar that replaces overflow elements with an elasticity scroll script.
Any ideas,
Marvellous