Reputation: 2735
My anchor link works great on all platforms, IE, Firefox, Chrome and Safari for Windows but for some reason it doesn't want to work on Safari for iOS. Here is the link:
<li><a id="fooId" href="http://foo.aspx">Main</a></li>
When I click the link, the page does not redirect. However, If you hold the button down and open it in a new tab it seems to work. Any ideas what would be causing this. Thanks.
Upvotes: 0
Views: 412
Reputation: 2735
I have found the solution and thought I would post it. iOS devices do not like any onmouse or mouse over events. Turning of JavaScript fixes this problem.
Upvotes: 1