ItemTap listener loadmask with a list with and a long running js func
ItemTap listener loadmask with a list with and a long running js func
Has anyone had an issue with itemTap listener with a list with a long running js function?
I have a javascript function which renders a new panel based on your selection.
The javascript takes about 6 sec to load and I have attempted to put a loading mask using the itemtap listener but it seems that Sencha will not implement this until the listern function finishes which is too late.
It also seems that the default item visual selection is paused until the js function is finished as well.
The end result is that the end user does not see any feedback in the list item selection until the js function is finished.
It's part of a bigger application and I want to load the application based on the user selecting the app in a list.