Radoslav Irha
Radoslav Irha
Hi, any progress on this? Thanks
Hi, don't you know where could be a problem? Thanks
Hi @ibgreen you're right, sometimes `plane.normal` is just an Array  but mostly it's Vector  Just adding: ``` if (plane.normal.dot) { const distanceToCenter = plane.normal.dot(viewport.center); scratchPosition.copy(plane.normal).scale(plane.distance - distanceToCenter).add(viewport.center); }...
Hi, any update? Thanks
@tonmoydeb404 but they serve different purposes, it's not a solution.
Hello, any update?
Hi, @samwatts98 maybe it can help you... I forgot to add `import 'cypress-mochawesome-reporter/register';` to `cypress/support/e2e.ts` and suddenly it started working.
Hi, I'm experiencing something similar on iPad Air M1 2022, but randomly... We do not use Mapbox. It just reloads page sometimes, but I was not able to reproduce it...
ipad air m1, ipados 16.1.1 - safari - working - chrome - working iphone 13 mini, ios 16.1.1 - safari - crashing - no logs in browser console - chrome...
Hi @michaellasky ^^ is just an example with missing comma. I use eslint in code and i double checked the comma is there.