I have a sticky nav which becomes fixed to the top of the screen when the user scrolls down the page. It's working fine apart from on the iPad. The first time you click a link on it, it works. But after you've clicked a link once, when you click any other links they don't work.
Hi guys,
I have a sticky nav which becomes fixed to the top of the screen when the user scrolls down the page. It's working fine apart from on the iPad. The first time you click a link on it, it works. But after you've clicked a link once, when you click any other links they don't work.
Any ideas?
http://debourg-dev.ch/syselcloud/le-cloud-computing/
Many thanks
On main.js line 73 change offset().top to offset.top
It's a problem with using position: fixed, not the above. Any other suggestions?
Thanks
Have you found a solution to this? I am having the same issue. Major bummer after getting my site to work in every other browser.
This? http://stackoverflow.com/questions/4889601/css-position-fixed-into-ipad-iphone