Hammer.js jQUery插件在IE7 / 8中不起作用

时间:2014-01-17 16:38:16

标签: javascript jquery-plugins internet-explorer-8 hammer.js

Hammer.js兼容表说jquery.hammer.js在IE7 / 8中正确工作。但我有一个错误

"Object does not support this property or method"
(method "addEventListener" in "element")    
Hammer.utils.each(types, function(type){
    element.addEventListener(type, handler, false);
});

我使用下一版本的Hammer.js jQUery插件:

/*! jQuery plugin for Hammer.JS - v1.0.0 - 2014-01-02
 * http://eightmedia.github.com/hammer.js
 *
 * Copyright (c) 2014 Jorik Tangelder <j.tangelder@gmail.com>;
 * Licensed under the MIT license *//*! Hammer.JS - v1.0.6 - 2014-01-02
 * http://eightmedia.github.com/hammer.js
 *
 * Copyright (c) 2014 Jorik Tangelder <j.tangelder@gmail.com>;
 * Licensed under the MIT license */

1 个答案:

答案 0 :(得分:0)

当前版本的Hammer.js(v2.0.4)不支持Internet Explorer 8.

可在此处找到完整的浏览器/设备支持:

http://hammerjs.github.io/browser-support/