1 Star 0 Fork 0

fengzhitalker / cordova-plugin-localhelper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
plugin.xml 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
fengzhitalker 提交于 2017-07-02 22:50 . 0.0.2
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-localhelper" version="0.0.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>LocalHelper</name>
<js-module name="localhelper" src="www/LocalHelper.js">
<clobbers target="navigator.localhelper" />
</js-module>
<!-- android -->
<platform name="android">
<config-file target="res/xml/config.xml" parent="/*">
<feature name="LocalHelper">
<param name="android-package" value="org.myplugin.cordova.helper.OpenFileLocal"/>
</feature>
</config-file>
<source-file src="src/android/OpenFileLocal.java" target-dir="src/org/myplugin/cordova/helper" />
</platform>
<!-- browser -->
<platform name="browser">
<config-file target="config.xml" parent="/*">
<feature name="LocalHelper">
<param name="browser-package" value="LocalHelper" />
</feature>
</config-file>
<js-module src="src/browser/OpenFileLocal.js" name="OpenFileLocal">
<runs />
</js-module>
</platform>
</plugin>
Java
1
https://gitee.com/fengzhitalker/cordova-plugin-localhelper.git
git@gitee.com:fengzhitalker/cordova-plugin-localhelper.git
fengzhitalker
cordova-plugin-localhelper
cordova-plugin-localhelper
master

搜索帮助