我画了几个多选框,在点击多选框的时候:
Uncaught TypeError: Cannot read property 'gesture' of undefined at js/mui.min.js:6
多选框代码:
<input type='checkbox'>
没有什么手势。。。
我画了几个多选框,在点击多选框的时候:
Uncaught TypeError: Cannot read property 'gesture' of undefined at js/mui.min.js:6
多选框代码:
<input type='checkbox'>
没有什么手势。。。
同样遇到了这个问题,ionic和mui混用就会出这个问题。(历史问题,已经混着用了,现在想加个checkbox都没法用)
mui.min.js:6 Uncaught TypeError: Cannot read property 'gesture' of undefined
at e (mui.min.js:6)
at ionic.Gestures.Instance.triggerEvent [as trigger] (ionic.bundle.js:822)
at Object.tapGesture [as handler] (ionic.bundle.js:1718)
at Object.detect (ionic.bundle.js:1400)
at HTMLDocument.bindDomOnTouch (ionic.bundle.js:949)
均均 (作者)
<input type='checkbox'>就是这样的
这个js报错mui.min.js:6
2015-06-15 08:13