简体   繁体   中英

iOS: Sencha Touch Application and iPads

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM