sticky-kit icon indicating copy to clipboard operation
sticky-kit copied to clipboard

Sticky menu list is disapearing when scrolling fast on iOS Safari

Open adam-jones-net opened this issue 9 years ago • 5 comments

I'm using iOS 9.3.5 and whilst the stickiness works, when I scroll fast my list based menu tags just disappear completely. I have the feeling they are off the screen and that the sticky kit isn't updating quick enough.

I've read for similar issues there may be a trick to change the element that needs to be sticky on the initiation of the scroll and to then change it back after scrolling finishes. Ie set its position to fixed.

Any suggestions ?

adam-jones-net avatar Jan 05 '17 19:01 adam-jones-net

Don't have solution (at least not yet), but I experience the same issue in the iOS emulator (I have not tested properly on devices yet).

Did you find any solution?

NoLooseEnds avatar Feb 02 '17 10:02 NoLooseEnds

Yes/no; I stopped using sticky kit ;) I'm using something called Zebra_Pin which is very light weight. May not be suitable for everyone as a more limited feature set but works fine for me just needing to stick a left side navigation menu.

adam-jones-net avatar Feb 02 '17 11:02 adam-jones-net

Thanks. I'm hoping to keep to sticky-kit, but I'll see how it goes.

NoLooseEnds avatar Feb 02 '17 13:02 NoLooseEnds

Check out my comment on https://github.com/leafo/sticky-kit/issues/213#issuecomment-284674880 and see if it solves the problem of this thread. The 2 issues sound very similar.

theonlyriddle avatar Mar 07 '17 10:03 theonlyriddle

This is not a sticky-kit issue per se, more a feature of iOS 9+ when it encounters fixed elements. Check out my solution on SO: http://stackoverflow.com/a/43188105/3375005

nternetinspired avatar Apr 03 '17 15:04 nternetinspired