Hi,
I have a somewhat simple layout that works fine on the desktop, but on the iPad it's a little strange. Basically, clicking on the navigation links at the top will bring you to that specific month's div. It's done with anchors and a jQuery script.
On the iPad, the first "click" will work - but after that, you need to slightly scroll the page left or right to be able to click on another link. It's almost like it needs to be reset each time. I did find some things online about an offset bug in mobile safari, but the fix I found didn't work.
Could you help me?