I\'ve been searching far and wide through documentation regarding -webkit-overflow-scrolling: touch;, but I can only get it to work partially for my
-webkit-overflow-scrolling: touch;
What about applying the -webkit-overflow-scrolling: touch; to all elements of your site:
* { -webkit-overflow-scrolling: touch; }
And you should create an extra CSS file instead of using the css attribute.