new LaunchAPP()
该组件开发进行中
- 版本:
- 1.0
- 继承:
- 依赖:
-
- module:lib/zepto.js
- module:src/base.js
- 源码:
- launch-app.js, line 1
Example
var launch1 = new mo.LaunchAPP({
androidScheme: 'candycrushsaga://tencent',
iosScheme: 'tencent101021990://',
androidInstallURL: 'http://xxxx.com/sss.apk',
iosInstallURL: 'https://itunes.apple.com/cn/app/tang-guo-chuan-qi/id838804006?mt=8'
});
参数
方法
名称 | 类型 | 参数 | 描述 |
---|---|---|---|
config.androidScheme |
string | android启动scheme | |
config.iosScheme |
string | ios启动scheme | |
config.androidInstallURL |
string | android app下载地址 | |
config.iosInstallURL |
string | ios app下载地址 | |
config.wxAppID |
string |
<optional> |
微信appid |
config.packageName |
string |
<optional> |
android包名 |
启动APP运行Demo二维码
Loading...