webarkit / jsartoolkitNFT

jsartolkitNFT is a smaller version of jsartoolkit5 with only NFT support
GNU Lesser General Public License v3.0
131 stars 25 forks source link

Threaded examples not working on mobile browser #391

Open MasoudShah opened 5 months ago

MasoudShah commented 5 months ago

I have checked the examples with threading. They greatly work as expected on windows browser (Chrome), but on Android Chrome, the detection of marker occurs but no objects of Threejs is shown on the screen. Is there a workaround for this issue?

kalwalt commented 5 months ago

I have checked the examples with threading. They greatly work as expected on windows browser (Chrome), but on Android Chrome, the detection of marker occurs but no objects of Threejs is shown on the screen. Is there a workaround for this issue?

Hi @MasoudShah that's strange, i have no idea why this happens, i need to check it.

kalwalt commented 4 months ago

I haven't checked with my mobile device but i'm pretty sure that it works on desktop (just tested no on Chrome browser) when i have a bit of time i will check again on Mobile: Probably, but i can not be sure, it's a css issue or something related...

MasoudShah commented 4 months ago

The example works on my Chrome desktop too without any problem, but on mobile device no object can be seen. I even tested a video object and the video plays on marker detection, on desktop, no problem, but on mobile browser, only the sound plays and video not showing. Maybe the position of the marker is buggy on mobile and it is out of screen.