[FIX] web_responsive: Chrome Slow Scrolling

* Update to iScoll bleeding edge to fix #741
This commit is contained in:
Dave Lasley
2017-10-07 08:21:39 -07:00
parent dafa0a707b
commit 0133ccdcbc
2 changed files with 71 additions and 19 deletions

View File

@@ -109,7 +109,10 @@ odoo.define('web_responsive', function(require) {
'transform', 'matrix(1, 0, 0, 1, 0, ' + transform + ')'
);
};
// Scroll probe aggressiveness level
// 2 == always executes the scroll event except during momentum and bounce.
this.iScroll.options.probeType = 2;
// Set options because
this.iScroll.on('scroll', $.proxy(onIScroll, this));
});
this.initialized = true;