Radoslav Irha

Results 20 comments of 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 ![image](https://user-images.githubusercontent.com/23722745/158174146-1ecfc7de-5c7f-496c-9590-19ba49351cbc.png) but mostly it's Vector ![image](https://user-images.githubusercontent.com/23722745/158174216-79a9869a-a39e-44de-9c66-f69808d7f436.png) Just adding: ``` if (plane.normal.dot) { const distanceToCenter = plane.normal.dot(viewport.center); scratchPosition.copy(plane.normal).scale(plane.distance - distanceToCenter).add(viewport.center); }...

@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.