Hello guys, i currently having this problem. I published my threejs website to server, on desktop everything work fine, even with devices mode on chrome. But on my mobile devices threejs module not working although html elements worked. When i use inspect tab of mobile Chrome version, it said Log: HtmlCanvasElement.
Yesterday it worked like a charm, after added some code, it’s doomed. Anybody got a clue?
Sounds like an unrelated console.log that logs renderer.domElement
or some other canvas element?
Tbh could be 100.000 reasons why that’s happening - hard to say without knowing any details about what there’s actually in the website.
1 Like
Thanks for reply, I think this may caused by single line of code somewhere and I’m so embarassed to share my code because it untidy and I dont even know which part to share