diff --git a/loader.js b/loader.js index c1741e696..cb25107df 100644 --- a/loader.js +++ b/loader.js @@ -333,7 +333,7 @@ window.addEventListener('load', (event) => { reloadLanguage(); }); - if (!navigator.bluetooth) { + if ((typeof Android === "undefined") && !navigator.bluetooth) { console.warn("No Web Bluetooth on this platform"); var iOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream; if (iOS) {