jimmynotjim / scrollnav

A dependency free JavaScript plugin for auto generating single page navigation
http://scrollnav.com
MIT License
461 stars 127 forks source link

Broken on touch devices #4

Closed jimmynotjim closed 6 years ago

jimmynotjim commented 11 years ago

Jumps around when switching from absolute to fixed positioning and the active section doesn't always update.

abipro commented 9 years ago

hi what is the status of this bug am facing problem with scroll nav kindly tell or suggest other plugin for header effect

jimmynotjim commented 9 years ago

It's a matter of touch devices not updating until you lift up your finger. For iOS devices you can now use position: sticky but it's yet to land on other platforms. Check Can I Use for the latest support.

jimmynotjim commented 6 years ago

Closing because position: sticky has reached good coverage and there are plenty of options to fix older browsers