VinylFox / Ext.ux.touch.ListPullRefresh

A plugin to add 'Pull to Refresh' functionality to a List
http://www.vinylfox.com
42 stars 5 forks source link

loadingText Mask not showing when using plugin #2

Closed matt-d-rat closed 13 years ago

matt-d-rat commented 13 years ago

Firstly let me say what a great plugin I think this is. I think it is better than the new Sencha Touch equivalent because of the level of detail you have put into it to reflect the versions seen in the likes of Twitter and Facebook native apps with the arrow rotating during the pull.

It seems though that the plugin is interfering with the loadingText mask property of the Ext.List. When I comment out the plugin in my code I can see the loadingText mask. When I uncomment the plugin I no longer see the loadingText mask. I want to have the best of both worlds :-) - So if you could release a fix for this then that would be most appreciated.

Keep up the good work! Matt

VinylFox commented 13 years ago

The default loading indication should be disabled when using this plugin because it provides it's own loading indicator, so that is intentional. Unfortunately the loading indicator I have in this code does not remain visible for some reason - see Issue #1.