Seeing as GM seed has been released, we can talk about it now!
Looks like in iOS7 \"-webkit-overflow-scrolling: touch\" is broken. touch events for elements that ar
The above answer works a treat for me. Here is the jQuery version of the above fix:
$('#scrollbox').on('touchstart', function(event){});