aframe-preloader-component icon indicating copy to clipboard operation
aframe-preloader-component copied to clipboard

It's not working completely...

Open paulocf92 opened this issue 8 years ago • 1 comments

I have this project, and I'm using this preloader with A-Frame. Unfortunately it stops preloading after 6 assets (6/61). Is there something wrong?

I based myself off an example and my properties are set as follows: preloader="autoInject: false; debug: true; clickToClose: true; target: #preloader-modal; bar: #preloader-modal .progress-bar; label: #preloader-modal .progress-label; labelText: Carregando... {0}%; slowLoad: true; doneLabelText: Carregamento finalizado!;"

paulocf92 avatar Oct 23 '17 17:10 paulocf92

Hmm... if I click the "Ok" button when preloader is supposedly done, the page will remain loading, and trying to access images not yet available throws some warnings in the console.

issue

paulocf92 avatar Oct 23 '17 17:10 paulocf92