Pre-loader - Desktop vs Mobile

<div dmx-hide="latestauctiondateview.data.hasItems()">

latestauctiondateview

<dmx-serverconnect id="latestauction" url="/api/FrontEnd/auctions_upcoming" sockets="true"></dmx-serverconnect>
<dmx-data-view id="latestauctiondateview" dmx-bind:data="latestauction.data.repeatquery1" ...

on desktop the timing of the pre-loader is perfect… it just on mobile… weird… that is why I’m stuck with no answer in my brain :slight_smile: … its like a split second…

Thank you for having a look…