Kindle Silk 浏览器上的更新面板

发布于 2024-12-23 10:40:48 字数 341 浏览 2 评论 0原文

我很难让 Kindle Silk 与 UpdatePanel 配合使用。

根据用户所在的页面(显然?),会发生以下两种情况之一:

  1. 调用成功,响应 HTML 更新到页面中,但 Kindle 的旋转器图标不断旋转。

  2. 服务器永远不会被调用,并且显示一条错误消息,没有提供任何有用的信息。我面前没有它,但很有可能是有关“未知错误”的问题。

网站在 IE、FireFox、Safari、Chrome、iPad、iPhone 等中运行良好。

在此平台上使用 UpdatePanel 有什么特殊困难吗?有什么想法吗?

I'm having a heck of a time getting Kindle Silk to work with the UpdatePanel.

Depending on what page (apparently?) the user is on, one of two things happens:

  1. The call succeeds and the response HTML is updated into the page but the Kindle's spinner icon keeps spinning.

  2. The server is never called and an error message that gives no helpful information is displayed. I don't have it in front of me, but good chance it was something about an "unknown error".

Site works fine in IE, FireFox, Safari, Chrome, iPad, iPhone, etc.

Any particular difficulties with UpdatePanel on this platform? Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

三岁铭 2024-12-30 10:40:48

您可以找到一种方法来禁用亚马逊的云缓存策略,但它必须由 Kindle Fire 用户设置:
http://goo.gl/4M676

You can find a way to disable Amazon's Cloud caching strategy, but it has to be set by the Kindle Fire user:
http://goo.gl/4M676

你没皮卡萌 2024-12-30 10:40:48

Kindle Silk/Amazon 有大量缓存。他们通过基础设施(云浏览器)为各个页面的部分内容提供内容。一般来说,这可能是 AJAX 的问题,但是我无法向您指出任何相关文档。

您必须设置代理来观察流量,以找出该请求的 HTTP 响应,我的猜测是您收到了 HTTP 304。

Kindle Silk/Amazon has a ton of caching in place. They serve up content across their infrastructure(cloud browser) for parts of individual pages. It is probably an issue with AJAX in general, however I can't point you to any documentation on that.

You will have to put up a proxy to watch the traffic to find out what the HTTP responses are for the request, my guess is you are getting HTTP 304s.

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