ASP.NET LinkButton 在 iPad 中不起作用
我用ASP.NET框架开发了一个网站。但经过测试,我们发现链接按钮在 iPad 上不起作用,我该如何解决这个问题?
谢谢,
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,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
LinkButton 使用 JavaScript 来工作。我猜测 JavaScript 在您的 iPad 中被禁用或者无法正常工作。
LinkButton uses JavaScript to work. I would guess JavaScript is disabled in your iPad or not working properly.
我几乎看到同样的问题:触摸链接按钮但没有任何反应。如果我触摸并按住,对话框将打开或取消,标题为“javascript”。如果我触摸“打开”,链接就会起作用。
这是 iPod Touch 3 上的问题,尽管我们的用户已经报告了各种 iPhone 和 iPod 上的问题。显然 javascript 已启用,因为对话框方法有效。
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.