PhoneGap 火炬插件
我正在尝试让 phonegap/android 的 torch 插件工作。我使用了这个代码 Github Torch Plugin 我没有收到任何错误,我不知道可能的错误在哪里。我正在使用cordova-2.0.0 库。
这是我的 index.html
<script type="text/javascript" src="Torch.js">
</script>
<script type="text/javascript" src="TorchFunctions.js">
</script>
</body>
</html>
这是 TorchFunctions.js
window.plugins.Torch.toggle(
function() { console.log( "toggle" ) }
, function() { console.log( "error" ) }
);
我在三星 Galaxy SIII 上调试这个。我读到三星设备可能会出现问题 - 这是真的吗?如果是这样,有人可以提出任何建议吗?也许插件不是最新的。最近有人用过这个插件吗?