Safari Ajax 响应大小限制?
我正在使用 jqtouch 开发 iPhone 移动网络应用程序,以使其感觉更“原生”。似乎 safari 因大型 Ajax 响应而窒息。响应大小有限制吗? Firefox 运行正常,小的响应也能正常工作。不知道从哪里开始,或者在 safari 中使用什么工具来帮助排除故障。
I am working on an iPhone mobile web app using jqtouch to make it feel more "native". It seems that safari chokes on large Ajax responses. Is there a limit on response size? Firefox is behaving normally and small responses are working just fine. Not sure where to start on this or what tools to use in safari to help troubleshoot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在桌面版本上使用 Safari 开发人员工具(Web Inspector),但大小限制很可能是 iPhone 特有的。您能提供更多信息吗?哪些尺寸会导致问题?
一般来说,最好的选择是分块加载大数据。
You can use Safari developer tools (Web Inspector) on the desktop version, but the size limitation could very well be an iPhone-specific thing. Can you provide more information? What sizes cause the problem?
Your best bet, in general, is to chunk-load large data.
Safari(移动版和桌面版)存在一个已知问题,将 AJAX 响应大小限制为大约 512K。
There is a known issue with Safari (both mobile and desktop) that limits AJAX response size to about 512K.