Open adam-jones-net opened 7 years ago
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?
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.
Thanks. I'm hoping to keep to sticky-kit, but I'll see how it goes.
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.
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
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 ?