I’m using mouse event.scrollX and event.scrollY to detect user scrolling both horizontal and vertical. it works fine in the simulator with trackpad and mouse, and fine on a macOS build with trackpad or mouse, but it is not working on Google Chromebook trackpad running a Play Store android app.
Does anyone know if there are limitations with Chromebook trackpad scroll detection or android builds that would cause the mouse event.scrollX/Y to not work?
Thanks