caph 3中的键导航

时间:2018-03-16 05:30:50

标签: jquery tizen samsung-smart-tv caph-framework

我正在使用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
    });
});

如果有人建议我为什么会收到此错误,我要感谢你。我用谷歌搜索但没有运气。

谢谢

0 个答案:

没有答案