I am developing a single page site with vertical scroll for navigation. I have a fixed position nav bar and my scrolling content is supposed to go up and down while being floated right of the navigation. Here is a preview link: http://mistersaisho.com/actioncreations/pageSlider/
The problem is that it works perfectly fine in firefox, safari and chrome. When I view it on an Ipad, the first time I select a nav item, the scroll works perfectly. As soon as it completes, all the click functionality from my nav is not working, even the ones that are not controlling the slider content.
I do not get the error when I am animating a different property like marginTop, that will not work in my project because I also need to be able to navigate throughout the site by using the page scroller.
Does anyone have any ideas on how I can solve this problem?
Thank you.