I have a sequence of services on a page, and each service is completed on success of prior one. The issue is that the loading spinner appears momentarily and does not stay on till the last of the services is successfully executed, causing user experience glitch.
As suggested here (https://getsatisfaction.com/apperyio/...) I have inserted showSpinner() on page show and add hideSpinner at the success of very last service, but this has no effect.
How can this be fixed?
Regards