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 f418ba7 commit 6c32c35Copy full SHA for 6c32c35
src/lib/run.js
@@ -39,7 +39,8 @@ async function run(
39
return;
40
}
41
42
- system.inAppBrowser(src, "", false, disableCache);
+ browser.open(src);
43
+ return;
44
45
46
@@ -338,7 +339,7 @@ async function run(
338
339
? "eruda._shadowRoot.querySelector('.eruda-entry-btn').style.display = 'none';"
340
: ""
341
-
342
+
343
sessionStorage.setItem('__console_available', true);
344
document.addEventListener('showconsole', function () {eruda.show()});
345
document.addEventListener('hideconsole', function () {eruda.hide()});
0 commit comments