How to hide the progress bar when a page loads

5
I am using the Dataview Loader widget to load slow content asynchronously. The problem is that I get the Mendix progress bar appearing on top of everything as well as the one from the Dataview Loader. Is there any way to hide the default progress bar for some pages?
asked
2 answers
1

Hi Olly, were you able to fix this issue? I am also getting the same issue with DataView Loader.

Display: none in CSS is not the fix.

answered
0

An easy way would be to use display: none; in the CSS of the loader.

answered