To get the inertial scroll that I read, I need to add -webkit-overflow-scrolling: touch; to my css on the div which scrolls. When I add this and test it in chrome, this code is hit, similar to how you try to use css, which is invalid. Also, when I download this to my iPhone (I use the cord in the meteorite app), I still don't get smooth scrolling. I added
z-index:0 overflow-y: scroll; -webkit-transform:translateZ(0);
Also, so that the containers are positioned absolute. None of this works. is webkit-overflow overloaded? Any help would be appreciated
ps My css is in a Scss file (if that matters)
source share