[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 1edb170bf4
commit f52d2ab674
3 changed files with 72 additions and 19 deletions

View File

@@ -108,7 +108,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;