Change Icon for the Global Spinner
The icon that is displayed at the time of page load or data load are defined by a wm-spinner
tag defined in the index.html
. You can set it to any Font-Awesome icon using the corresponding icon class. For example, "fa fa-hourglass-o fa-spin fa-lg".
Changing Icon for Global Spinner
You can change the icon using the following steps.
- From the left pullout menu Files tab, select Project from the drop down, and locate
index.html
. - Add the icon class property to the "wm-spinner" tag.
- Save the index.html page and run the application.
See Also
How to change the default app favicon
How to set the app logo
How to incorporate additional icons
How to conditionally change the color of icons
How to change the page title
How to customise the app login page