iOS:Sencha Touch 应用程序和 iPad

发布于 2024-12-12 03:50:06 字数 179 浏览 0 评论 0原文

我们一直在开发一个可以在 Sencha Touch 中消耗大量数据(例如具有 4000 多行的表/代理)的应用程序。

当我们在台式计算机上运行该应用程序时,它工作正常,但是当我们在 iPad 上访问该应用程序时,一旦我们遇到数据繁重的任务,Safari 就会消失。

这是苹果施加的限制还是我们因做错事而受到惩罚?

We have been developing an application which can consume a large amount of data (say tables/proxys with 4000 + rows) in Sencha Touch.

When we run the application on our desk top computer it works fine however when the application is accessed on an iPad as soon as we get to the data heavy task safari just vaporizes .

Is this a limitation on imposed by Apple or are we getting punished for doing something wrong.

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

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

发布评论

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

评论(1

死开点丶别碍眼 2024-12-19 03:50:06

尝试根据用户请求加载数据:

http: //podlipensky.com/post/2011/01/03/Sencha-Load-data-on-demand.aspx

http://www.sencha.com/forum/showthread.php ?120083-Ext.ux.touch.LazyDataView

还尝试对从开始时不可见的元素使用延迟渲染。您需要使用 xtype 和 json 配置,而不是创建新的控件实例。

Try to load data as user request it:

http://podlipensky.com/post/2011/01/03/Sencha-Load-data-on-demand.aspx

http://www.sencha.com/forum/showthread.php?120083-Ext.ux.touch.LazyDataView

Also try to use lazy rendering for not-visible-from-start elements. You need to use xtype and json configuration instead of creating new instance of control.

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