Hello.
I have one of the pages of my app which loads a REST service and receives a large JSON.
I have created the servicice as standard (not generic), so Appery must be loading the standard spinner (I suppose).
When using the app, the page loads and shows the header and footer, but needs about 5 seconds to show the content, and I would like that while the content is loaded, a spinner is shown.
As the spinner isn't shown, I have looked at the source code of the page.js, and I've seen that in the REST service it is used hideSpinner(), but no showSpinner().
So I think that the problem of the spinner not beign shown is that Appery doesn't call showSpinner().
Do I have to load the spinner manually? What do I have to do to show the spinner?
I've read this forum and I've read that you were thinking on disabling the spinner to let users use their custom spinner. If this is why the spinner isn't showing, what do I have to do to show the spinner?
Thanks.