Skip to content

Commit

Permalink
feat(component): 添加 scheme andriod chrome 唤起失败回调
Browse files Browse the repository at this point in the history
  • Loading branch information
suanmei committed Mar 13, 2019
1 parent 3abdc3d commit 6bc31d9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions dist/index.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -882,6 +882,7 @@
} else {
// scheme 在 andriod chrome 25+ 版本上必须手势触发
evokeByTagA(schemeURL);
checkOpenFall = this.fallToFbUrl;
}
} else {
evokeByIFrame(schemeURL);
Expand Down
2 changes: 1 addition & 1 deletion dist/index.umd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class CallApp {
} else {
// scheme 在 andriod chrome 25+ 版本上必须手势触发
evokeByTagA(schemeURL);
checkOpenFall = this.fallToFbUrl;
}
} else {
evokeByIFrame(schemeURL);
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "callapp-lib",
"version": "2.1.3",
"version": "2.1.4",
"description": "call native webview from webpage",
"main": "dist/index.umd.js",
"scripts": {
Expand Down

0 comments on commit 6bc31d9

Please sign in to comment.