Dojox/mobile/scrollableview scroll issue

223 views Asked by At

dojox/mobile/ScrollableView (1.10+) in a cordova application have some scroll issues, which I have started observing recently and its only happening in android phones. I am currently using widget-based architecture. Even some of the store apps are facing this issue. Please suggest/help in resolving this issue. Thanks.

2

There are 2 answers

3
mdg On

This is a recent problem introduced by latest release of Android System WebView of 2016 Dec 9 (v 55.0.2883.91)

The only work-around I know is to go to Settings->Apps and uninstall this version (it will be replaced with the initial version, in my case I have WebView 43.0.2357.121).

Hope it helps.

0
manjunath kallannavar On

Replacing dojo.js file in project with old dojo.js here https://github.com/manjunath143/DOJO_SCROLL/blob/master/dojo.js helped me to resolve scrolling issue