From 77bd7c5b1c8dd248077f640887ba6347bec38cbd Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 14 Apr 2026 22:47:59 +0200 Subject: [PATCH] Hide APK download link on the native Android app The "Download Android app (APK)" link on the login page is pointless when the user is already inside the Capacitor app. Wrapped the link in id="apk-download-link" and added a native-app-only hide pass in auth.js that runs against a short array of web-only element IDs. Add more entries to that array as other web-only UI appears, so the mobile wrapper can diverge cleanly from the web UI without branching the HTML. --- public/index.html | 2 +- public/js/auth.js | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 7db03c8..39a253f 100644 --- a/public/index.html +++ b/public/index.html @@ -115,7 +115,7 @@ HIPAA-compliant AI providers available with BAA. Check with your institution's guidelines before use. Not intended for production clinical use without proper authorization. -
+