mouseWheel zoom and scroll in scrollviewer not working

In Chrome I can’t mouse wheel zoom a camera or mouse wheel scroll in a scrollViewer.

In Firefox I can scroll, but no zoom.

Basic scroll viewer PG example from documentation:
https://www.babylonjs-playground.com/#13CF95#1

Basic scene PG:
https://playground.babylonjs.com/#

Thanks for the help.

1 Like

Thanks for the catch!
I implemented isPointerBlocker to block wheel scroll, so the behavior in ffox is correct but chrome is wrong.

Fix found but will need @Deltakosh input to confirm, cheers!

1 Like

Yeah I see the issue…Let me check!

Will be fixed by next nightly

2 Likes

All fixed. Thanks guys! :smiley:

2 Likes