I developped a website with ASP.NET framework. But after tests we saw that link button doesn't works in iPad how can i solve this problem?

Thanks,

link|improve this question

80% accept rate
1  
Are you sure about this? – Darin Dimitrov Feb 27 '11 at 16:04
As long as JS is enabled, it should work just fine. – naspinski Feb 27 '11 at 16:13
I will look at js is enabled or not thanks – Xenon Feb 27 '11 at 16:48
I don't have an iPad my client says that so i have to solve this. I will give feedback about it. – Xenon Feb 27 '11 at 16:57
1  
Probably too late to help here but I'm seeing the exact same issue, the project was tested thoroughly on other browsers, the ipad has js enabled and it still fails. I can hold the link button and it gives me a dialog to execute a javascript "open" but nothing happens either way. – apocalypse9 May 3 '11 at 16:04
show 2 more comments
feedback

2 Answers

up vote 0 down vote accepted

LinkButton uses JavaScript to work. I would guess JavaScript is disabled in your iPad or not working properly.

link|improve this answer
feedback

I see the same problem almost: touch the link button and nothing happens. If I touch and hold, the dialog comes to to open or cancel, with a title that says "javascript". If I touch "Open" the link works. This is with an iPod Touch 3, though our users have reported the problem with a variety of iPhones and iPods. Obviously javascript is enabled since the dialog method works.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.