I had previously been using iScroll plugin but wanted to drop it for the native behaviour.
The initial implementation was using
webkit-overflow-scr
We tracked this down to elements that had position:relative or position:absolute. After we removed them the items would display while scrolling.