Mouse event.scrollX/Y not working on Chromebook

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

Chrome OS is not based on Android, and I don’t see it listed as a supported platform for mouse events.

http://docs.coronalabs.com/api/event/mouse/index.html

Edit:
Might want to test with a physical mouse plugged in the Chromebook as that “might” work while running the Android app; I don’t know this for sure myself though.