Hi. Can you share a screenshot of the event-sheet page of Loader? (the events that make it proceed to next layout).
Also, to troubleshoot, can you make one of the files a new test copy/duplicate and remove almost 90% of the comics, i.e. delete the Sprites (or image frames) leaving only a few of the beginning. Just to make sure if it would load, and the problem may be caused due to the high-res images of that quantity.
Have you tested on a another device? A newer mobile? See if it loads. OR share a signed apk here for us to test.
The loader its just an image SVG, all the loader function was made on CSS. This is the code:
.centrado{
height: 100vh;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background-color:grey;
z-index: 999999;
position: fixed;
top: 0;
}
.hidden{
overflow: hidden;
}
.bb::before, .bb::after {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.bb {
width: 200px;
height: 200px;
background: url("/images/preloader.svg") no-repeat 50%/70% rgba(0, 0, 0, 0.1);
color: white;
position: relative;
background-size:180px ;
box-shadow: inset 0 0 0 1px white;
}
########################
This works on desktop, but not in mobile.
I tested the comics on LG Q6 (2017) my teammate tested on Xiaomi Mi Max3, both with the same problem. Its only a web project, not APK.
Also, the resources of the comic do not exceed 15Mb.
And if you can test, the links of the comic are on my post, you can test on desktop and mobile.