Skip to main content
Version: v11.6.0

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.

  1. From the left pullout menu Files tab, select Project from the drop down, and locate index.html.
  2. Add the icon class property to the "wm-spinner" tag.
  3. 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