Bela Bohlender

Results 130 comments of Bela Bohlender

@wrong7 Was my comment regarding the unexpected behavior clear? If you don't have time, I can also take over this PR

I'll close this for house keeping. If this feature is important, let's create an issue for it and prioritize it ;-)

It seems the initial setup script didn't run successfully. Did any of the initial setup scripts fail `pnpm install` `pnpm -r inline-wasm` `pnpm -r convert` `pnpm -r generate` `pnpm -r...

Feel free to reopen if the bug the issue is still there (use the current instructions in the readme)

Can you make a case where scrollMultiplier is needed? And how is this particular case solved in HTML. Should this parameter be also applied to scrolling by dragging?

I would argue that pixelSize should always be a number where scrolling feels good without any multiplier. Since UIs in 3D can be arbitrarily sized, the UIs sizing should adhere...

Can be now achieved using ```jsx { const [oldX, oldY] = scrollPosition.value scrollPosition.value = [oldX + (newX - oldX) * 10, oldY + (newY - oldY) * 10] //to cancel...

https://github.com/pmndrs/uikit/assets/85560643/fc03ee15-749e-43d3-aff3-3698f7e57d14 I cannot test on an actual device, but in the emulator, it seems to be working :(

@lachlanjc I'm not sure Apple Vision Pro supports a virtual keyboard in a WebXR session. Can you point me to a WebXR site that does?