ASP.NET LinkBut​​ton 在 iPad 中不起作用

发布于 2024-10-19 14:13:43 字数 76 浏览 3 评论 0原文

我用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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小嗷兮 2024-10-26 14:13:43

LinkBut​​ton 使用 JavaScript 来工作。我猜测 JavaScript 在您的 iPad 中被禁用或者无法正常工作。

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

金橙橙 2024-10-26 14:13:43

我几乎看到同样的问题:触摸链接按钮但没有任何反应。如果我触摸并按住,对话框将打开或取消,标题为“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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文