I have a application based on Crosswalk Cordova framework, and it's impossible to scroll in it. Is it still possible to tap anywhere but impossible to scroll. Previously, we were using the "original" webview embedded with Cordova, so Chrome engine in Android 5.0+ and System WebView in the previosu versions, and the scroll was working, so I think it's not a HTML/CSS problem.
I tried to override the "setOnTouchListener()" on the Activity.java of our application like here or there, but nothing...