Sencha-PullRefresh-RefreshFn icon indicating copy to clipboard operation
Sencha-PullRefresh-RefreshFn copied to clipboard

Loading indication vanish before calling refreshFn function

Open dibishks opened this issue 11 years ago • 1 comments

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

dibishks avatar Nov 01 '13 04:11 dibishks

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)

p5hema2 avatar Nov 01 '13 08:11 p5hema2