sencha touch - Store is not loading in Android lolipop -
my app isn't able load store in android lollipop version it's working fine in older versions of android.
it doesn't work in lollipop until require store in app.js
requires:['storea','storeb'] is there library can fix issue this, such in chrome 43?
if require more 200 stores initially, might affect performance of application.
put code inside view initialize function
var yourstore= ext.getstore('yourstore').load(); count =yourstore.getcount(); console.log("count no"+count); if(count == 0){ yourstore.load(); }
Comments
Post a Comment