Sencha-PullRefresh-RefreshFn
Sencha-PullRefresh-RefreshFn copied to clipboard
Loading indication vanish before calling refreshFn function
Am building my app using sencha 2.2, This is an excellent plugin ! You saved me a whole lot of time. Its working great. But i have face one small issue, when i pull it down i can see the Loading text but it vanishes before my store load complete and refresh list.
How can i solve this issue, can i give time delay to this loading text ? Please help me to solve this issue, your help is much appreciated
That is and was the normal behave of the 2.2 plugin (SenchTouch and mine)
Take a depper lock in the config "autoSnapBack" of the plugin and set it to false,
2.2: http://docs.sencha.com/touch/2.2.0/#!/api/Ext.plugin.PullRefresh-cfg-autoSnapBack 2.3: http://docs.sencha.com/touch/2.3.0/#!/api/Ext.plugin.PullRefresh-cfg-autoSnapBack
it should to the work for you but i am not entirely sure (never used it)