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.
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.