webarkit / ARnft

A small javascript library for WebAR with NFT
GNU Lesser General Public License v3.0
219 stars 53 forks source link

stuck at Loading ,please wait #290

Open jamess922 opened 2 years ago

jamess922 commented 2 years ago

Test with this demo arNFT_gltf_flamingo_example( from Branches ARnft-fix-addPath) on my own server Iphone X Safari :stuck at Loading ,please wait Android chrome: stuck at Loading ,please wait Chrome browser on PC :stuck at Loading ,please wait

15145200

jamess922 commented 2 years ago

But this live demo https://kalwalt.github.io/ARnft-ES6-react/ works fine on all devices ,So i guess the problem will be my server ,but still don't know why

kalwalt commented 2 years ago

But this live demo https://kalwalt.github.io/ARnft-ES6-react/ works fine on all devices ,So i guess the problem will be my server ,but still don't know why

Hi @jamess922 It depends by the path of your resources. I had a similari issue hosting on gh-pages. You need to change the addPath entry in the config.json. you can see how the ARnft-ES-react setup (gh-pages) branch.