ASP.NET LinkButton doesn't work in iPad

1.4k views Asked by At

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,

2

There are 2 answers

0
System Down On BEST ANSWER

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

0
TWood On

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.