CodeReader - Smartface

时间:2016-01-15 12:49:35

标签: smartface.io

Works codeReader对象在新版本的smartface中?我在页面上有两个对象。图像和代码阅读器。在加载图像时抛出警报但在加载代码阅读器上不是

function Page1_CodeReader1_OnShow(e){ 
alert("works!"); 
}
function Page1_Image1_OnShow(e){
alert("works!"); 
}

1 个答案:

答案 0 :(得分:1)

在新版Smartface(4.5.0)中,有插件支持。 而codereader不再是一个ui对象,它是一个插件。你正在尝试的是ui代码阅读器对象,它不再受支持了。

您可以查看以下文档以获取更多信息: http://www.smartface.io/developer/guides/plugins/codereader/