Skip to content

Commit b6f1b49

Browse files
luffyjetluffyjet
authored andcommitted
美化 Readme
1 parent b4520b7 commit b6f1b49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ function setupWebViewJavascriptBridge(callback) {
8080
window.WVJBCallbacks = [callback];
8181
var WVJBIframe = document.createElement('iframe');
8282
WVJBIframe.style.display = 'none';
83+
//这里最新IOS版是 https的scheme,真实环境下 需要判断iOS和Android,做下区分。
8384
WVJBIframe.src = 'wvjbscheme://__BRIDGE_LOADED__';
8485
document.documentElement.appendChild(WVJBIframe);
8586
setTimeout(function() {

0 commit comments

Comments
 (0)