I have the content of my website in an absolute positioned div
that fills the whole screen. The scrolling on this div is normally clunky, as it's not the native momentum scrolling. Solution? Append -webkit-overflow-scrolling: touch;
to the div.
Momentum scrolling works now, but when I scroll down the page, the div
elements aren't showing up. The console shows no errors, nothing is wrong with the actual page, but the individual posts (the div
's) don't show. Here's an example:
Can anyone confirm this on their iPad, or suggest a fix? I'd rather not use something along the lines of Scrollability. It might be that the iOS6 beta is causing this, but I'd like to be reassured.
You can view this site on your iPad
And if anyone wants me to explain my bookmarks, I will gladly do so.