Scrolling not working on Firefox Android

Hi there!

I’m currently working on a calendar app and noticed that scrolling does not work on Firefox for Android.

It seems as if some Event Listener is interfering, but I do not have any component listening to scroll or touch events at the moment.

What’s also very strange is, that scrolling actually works when you long press the container and then scroll.

I also made a video to show you the bug in action:

https://drive.google.com/open?id=0B1HBrv_j1ZNpZ21YdFZjUTZFcWc
Direct Link here

Any idea on how to debug this? I’m already using WebIDE from FF to investigate the issue, but I’m rather clueless on what causes it.

So I fixed the issue finally…

I had an event listener still listening on touchmove and calling prevetnDefault(). Lesson learned: Remove temporary code ASAP…