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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -