diff --git a/app/src/protyle/util/compatibility.ts b/app/src/protyle/util/compatibility.ts index e4e16c2e4..c3f4bdae8 100644 --- a/app/src/protyle/util/compatibility.ts +++ b/app/src/protyle/util/compatibility.ts @@ -9,7 +9,7 @@ export const openByMobile = (uri: string) => { if (isInIOS()) { if (uri.startsWith("assets/")) { window.webkit.messageHandlers.openLink.postMessage(encodeURI(location.origin + "/" + uri)); - } else if (uri.startsWith("/export/")) { + } else if (uri.startsWith("/")) { window.webkit.messageHandlers.openLink.postMessage(encodeURI(location.origin + uri)); } else { try {