We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac1db9 commit 51aa840Copy full SHA for 51aa840
src/js/main_cordova.js
@@ -90,7 +90,7 @@ const WEBVIEW = {
90
getAdvice2: function(callback) {
91
const self = this;
92
if (self.uptodateApps.length > 0) {
93
- self.advices.selectWebview(callback);
+ self.advices.selectWebview(self.uptodateApps[0], callback);
94
} else {
95
if ((self.apps[WEBVIEW.appsId.googleWebview].installed && self.apps[WEBVIEW.appsId.googleWebview].enabled)
96
&& (self.apps[WEBVIEW.appsId.chrome].installed && self.apps[WEBVIEW.appsId.chrome].enabled)) {
0 commit comments