Are there any downsides to doing this, such a performance, rendering or usability?
* {
-webkit-overflow-scrolling: touch;
}
Are there any downsides to doing this, such a performance, rendering or usability?
* {
-webkit-overflow-scrolling: touch;
}
This is very memory intensive. If your site has very heavy content, I would recommend testing it on old versions of phones/tablets you plan to support to make sure you do not run out of memory and crash your app/browser - I have ran into this issue on some of my apps - if I have this CSS style applied to too many elements, Safari browser will crash when I navigate to certain pages on older tablets with lower memory.