Changing default preloader

1
I want to change the default pre-loader to my own customized loader. Like, the default loader appears whenever the page reloaded or when loading the data-grid, template-grid, list-view. So i need to change that one to the loader which i have designed.
asked
1 answers
1

Dear Praveen,

You can use CSS styling for this.

Dough if you have to replace the full loading indicator there are some hacks shown in this lib.

https://github.com/mendix/MobileFeatures/blob/master/src/MobileFeatures/widget/plugins/spinner.js

when taking this approach, be care full, as you will overwrite part of the API it could give trouble in the future. 

Cheers,

Andries

answered