1

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...

Community
  • 1
  • 1
  • Did you solve this? I'm having a similar problem.. – luislhl Sep 30 '16 at 15:15
  • Yeah, it was just a CSS problem... I don't remember the property 'cause I'm not at home, but try deleting some parts of your CSS. – suryanfromspace Oct 01 '16 at 17:03
  • Thanks, I solved it already! In my case, only happened after I entered fullscreen mode and hit Android back button to exit it. I found out that the back button was not correctly exiting the fullscreen mode, and some CSS was added when entering didn't get removed. So it was also a CSS problem.. – luislhl Oct 03 '16 at 17:51

0 Answers0