I had previously been using iScroll plugin but wanted to drop it for the native behaviour.
The initial implementation was using
webkit-overflow-scrolling: auto;
however I updated this to ...
webkit-overflow-scrolling: touch
.. to enable the motion/inertia on the touch scroll.
The issue with this is the list items contained within the navigation disappear completely when scrolling, and only return once the momentum has come to a rest.
An example of this can be seen here
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…