Kindle Silk 浏览器上的更新面板
我很难让 Kindle Silk 与 UpdatePanel 配合使用。
根据用户所在的页面(显然?),会发生以下两种情况之一:
调用成功,响应 HTML 更新到页面中,但 Kindle 的旋转器图标不断旋转。
服务器永远不会被调用,并且显示一条错误消息,没有提供任何有用的信息。我面前没有它,但很有可能是有关“未知错误”的问题。
网站在 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:
The call succeeds and the response HTML is updated into the page but the Kindle's spinner icon keeps spinning.
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以找到一种方法来禁用亚马逊的云缓存策略,但它必须由 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
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.