I have implemented a subnav style Bootstrap scrollspy on my page but odd things seem to be happening. I have four sections, each in a div with I have given an id to. However, when either clicking on the link or scrolling, it is jumping to odd places.
It can be viewed here.
http://www.writeupp.com/faq.aspx
Any ideas?
I was having a similar issue that you speak of. Where the top nav flickers when I scrolled. I realized that it was because I had tabbable content on the page. My fix to this was to add data-target=”.navbar” to my body element in addition to the data-spy=”scroll” so that scrollspy knows which navigation bar to alter. I hope this helps.