提交 314db5e8 编写于 作者: L Lebedev Konstantin

#1022: + touch-action

上级 6e084fd8
......@@ -67,7 +67,7 @@
$ = win.jQuery || win.Zepto,
Polymer = win.Polymer,
captureMode = {capture: false, passive: false},
captureMode = false,
supportDraggable = !!('draggable' in document.createElement('div')),
supportCssPointerEvents = (function (el) {
......@@ -230,7 +230,7 @@
// Export instance
el[expando] = this;
el.style['touch-action'] = 'none'; // #1022
// Default options
var defaults = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册