diff --git a/android/app/src/main/assets/welcome.html b/android/app/src/main/assets/welcome.html index c1ba1a3ac..efcee7a22 100644 --- a/android/app/src/main/assets/welcome.html +++ b/android/app/src/main/assets/welcome.html @@ -58,7 +58,7 @@ } function getUrl() { - const url = urlBox.value.toLowerCase(); + const url = urlBox.value; if (!url.startsWith("http://") && !url.startsWith("https://")) { return "https://" + url; }