我正在使用caph 3和jquery为三星电视申请。我在控制台中收到此错误。
Uncaught TypeError: $.caph.focus.init is not a function
代码:
$(document).ready(function() {
$.caph.focus.init(function(nearestFocusableFinderProvider, controllerProvider) {
// Not Working
});
});
虽然其他功能正常运行......
$(document).ready(function() {
$.caph.focus.activate(function(nearestFocusableFinderProvider, controllerProvider) {
// working
});
});
如果有人建议我为什么会收到此错误,我要感谢你。我用谷歌搜索但没有运气。
谢谢