Skip to content

Commit 4ff6e20

Browse files
authored
Auto merged - #2582 at Thu, 09 Sep 2021 15:17:08 GMT
Fix webview problem in the Android version.
2 parents b65afaa + f3fbb5a commit 4ff6e20

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

cordova/package_template.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
"cordova-plugin-whitelist": "^1.3.4",
2828
"cordova-plugin-theme-detection": "^1.2.1",
2929
"cordova-chrome-sockets-tcp": "^1.4.0",
30-
"bf-cordovarduino": "^1.0.0"
30+
"bf-cordovarduino": "^1.0.0",
31+
"@ionic-native/core": "^5.1.0",
32+
"@ionic-native/ionic-webview": "^5.36.0",
33+
"rxjs": "^6.5.0"
3134
},
3235
"cordova": {
3336
"platforms": [
@@ -52,7 +55,8 @@
5255
"bf-cordova-open-native-settings": {},
5356
"cordova-plugin-theme-detection": {},
5457
"bf-cordova-plugin-appavailability": {},
55-
"cordova-chrome-sockets-tcp": {}
58+
"cordova-chrome-sockets-tcp": {},
59+
"cordova-plugin-ionic-webview": {}
5660
}
5761
}
5862
}

cordova/yarn.lock

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
# yarn lockfile v1
33

44

5+
"@ionic-native/core@^5.1.0":
6+
version "5.36.0"
7+
resolved "https://registry.yarnpkg.com/@ionic-native/core/-/core-5.36.0.tgz#712c40a530b119b0039e8d16cb577899f50541d4"
8+
integrity sha512-lOrkktadlKYbYf1LrDyAtsu1JnQ0oCCdkOU7iHQ8oXnNOkMwobFfD2m62F1CoOr0u9LIkpYnZSPjng8lZbmbNw==
9+
dependencies:
10+
"@types/cordova" latest
11+
12+
"@ionic-native/ionic-webview@^5.36.0":
13+
version "5.36.0"
14+
resolved "https://registry.yarnpkg.com/@ionic-native/ionic-webview/-/ionic-webview-5.36.0.tgz#26d0085dbc81db4891f46606882be9724983f157"
15+
integrity sha512-Xeabtfjw/OCa8tZUh3yVqomVNMztwmg0hXYrcX18r3+Zq0XYRSgNtsBHrye1rBgNkXYqblWQHZQErwrAC2UNxQ==
16+
dependencies:
17+
"@types/cordova" latest
18+
519
"@mrmlnc/readdir-enhanced@^2.2.1":
620
version "2.2.1"
721
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
@@ -15,6 +29,11 @@
1529
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
1630
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
1731

32+
"@types/cordova@latest":
33+
version "0.0.34"
34+
resolved "https://registry.yarnpkg.com/@types/cordova/-/cordova-0.0.34.tgz#ea7addf74ecec3d7629827a0c39e2c9addc73d04"
35+
integrity sha1-6nrd907Ow9dimCegw54smt3HPQQ=
36+
1837
"@types/events@*":
1938
version "3.0.0"
2039
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
@@ -2433,6 +2452,13 @@ rxjs@^6.4.0:
24332452
dependencies:
24342453
tslib "^1.9.0"
24352454

2455+
rxjs@^6.5.0:
2456+
version "6.6.7"
2457+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9"
2458+
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==
2459+
dependencies:
2460+
tslib "^1.9.0"
2461+
24362462
24372463
version "5.1.2"
24382464
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d"

0 commit comments

Comments
 (0)