Remove touchAction:none as we're already calling preventDefault() in selectstart, dragstart

Closes #686.
This commit is contained in:
Jürg Lehni 2016-01-13 10:10:35 +01:00
parent e477eb8788
commit d1072d0a88

View file

@ -44,10 +44,6 @@ var View = Base.extend(Emitter, /** @lends View# */{
var none = 'none';
DomElement.setPrefixed(element.style, {
userSelect: none,
// This makes the element blocking in IE10+
// You could experiment with the value, see this issue:
// https://github.com/EightMedia/hammer.js/issues/241
touchAction: none,
touchCallout: none,
contentZooming: none,
userDrag: none,