查找cordova插件name
Posted chengchen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了查找cordova插件name相关的知识,希望对你有一定的参考价值。
在plugin目录里面找到 plugin.xml 文件,找到target标签,这个就是在js中调用的name
<js-module src="www/Camera.js" name="camera">
<clobbers target="navigator.camera" />
</js-module>
以上是关于查找cordova插件name的主要内容,如果未能解决你的问题,请参考以下文章
Cordova Media Capture - 查找音频文件的持续时间