2

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,

Xenon
  • 815
  • 11
  • 26

2 Answers2

0

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.

Uwe Keim
  • 39,551
  • 56
  • 175
  • 291
TWood
  • 1
0

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

System Down
  • 6,192
  • 1
  • 30
  • 34