Bytt djuplenkjer frå tilfluktsrom:// til HTTPS App Links
SMS-appar gjenkjenner ikkje eigendefinerte URI-skjema som klikkbare lenkjer. Brukar no https://tilfluktsrom.naiv.no/shelter/{id} som opnar appen direkte (Android App Links med autoVerify) eller fell tilbake til PWA i nettlesaren. Android: DEEP_LINK_DOMAIN i build.gradle.kts, HTTPS intent-filter, oppdatert handleDeepLinkIntent og shareShelter med HTTPS-URL. PWA: assetlinks.json for Android-verifisering, djuplenkjehandtering i app.ts, base-sti endra frå './' til '/', config.ts for domene. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ae249d5d47
commit
015bc0d926
14 changed files with 114 additions and 15 deletions
2
pwa/src/config.ts
Normal file
2
pwa/src/config.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/** Deep link domain — single source of truth for the PWA. */
|
||||
export const DEEP_LINK_DOMAIN = 'tilfluktsrom.naiv.no';
|
||||
Loading…
Add table
Add a link
Reference in a new issue