给一个装了SVG 的 OBJECT绑定alloyfinger没反应啊
Opened this issue · 0 comments
witoad commented
var doc = document.getElementById('svgDiv');
var af = new AlloyFinger(doc, {
tap: function (evt) {
alert(9999);
},
});
Opened this issue · 0 comments
var doc = document.getElementById('svgDiv');
var af = new AlloyFinger(doc, {
tap: function (evt) {
alert(9999);
},
});