Skip to content

Commit

Permalink
fix(android): Set WEBVIEW_SERVER_URL before injecting native-bridge (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
WIStudent authored Jun 22, 2021
1 parent d171a84 commit 5d6b179
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ public String getScriptString() {
return (
globalJS +
"\n\n" +
localUrlJS +
"\n\n" +
bridgeJS +
"\n\n" +
pluginJS +
Expand All @@ -56,9 +58,7 @@ public String getScriptString() {
"\n\n" +
cordovaPluginsFileJS +
"\n\n" +
cordovaPluginsJS +
"\n\n" +
localUrlJS
cordovaPluginsJS
);
}

Expand Down

0 comments on commit 5d6b179

Please sign in to comment.