Alexander Prinzhorn
Alexander Prinzhorn
The only issue I have without your site in a gap at the bottom of the page (iOS 7.0.6 on 4s). But there's nothing cut off.
related #670 I simply don't know if and how this can be solved
> Couldn't you check on touchmove to get the direction of the move, and then calculate the trajectory angle for the move, and if the angle is between 30deg and...
> I can provide a simple example if you wish please do so
Screenshots are worthless if I don't have access to the source. I can't _guess_ what's clipping the content.
I don't see a `#skrollr-body` element (hint: `k` not `c`)
@Jorybraun do you by any chance have fixed positioned elements inside skrollr-body? If so, read http://meyerweb.com/eric/thoughts/2011/09/12/un-fixing-fixed-elements-with-css-transforms/ . skrollr-body is moved using CSS transforms.
As far as I understand your layout, you don't need skrollr-body. Nothing actually scrolls. You should re-read https://github.com/Prinzhorn/skrollr#what-you-need-in-order-to-support-mobile-browsers
If you want to debug this further maybe it will be easier to play with the test suite and create a failing test. https://github.com/Prinzhorn/skrollr-stylesheets/blob/f6a339e128a69e7d25e7caa4bdf38b5235cf29c6/test/style.css
It's working on http://prinzhorn.github.io/skrollr/ at least with IE9 in compatibility mode. Can you confirm that it's not working in a "real" IE8? If it's working there, than show your code.