diff --git a/src/services/platforms/CapacitorPlatformService.ts b/src/services/platforms/CapacitorPlatformService.ts index 26bef6f8..0e9008b8 100644 --- a/src/services/platforms/CapacitorPlatformService.ts +++ b/src/services/platforms/CapacitorPlatformService.ts @@ -5,6 +5,7 @@ import { CameraSource, CameraDirection, } from "@capacitor/camera"; +import { Capacitor } from "@capacitor/core"; import { Share } from "@capacitor/share"; import { SQLiteConnection, @@ -247,7 +248,7 @@ export class CapacitorPlatformService implements PlatformService { hasFileSystem: true, hasCamera: true, isMobile: true, - isIOS: /iPad|iPhone|iPod/.test(navigator.userAgent), + isIOS: Capacitor.getPlatform() === "ios", hasFileDownload: false, needsFileHandlingInstructions: true, isNativeApp: true, diff --git a/src/views/HelpView.vue b/src/views/HelpView.vue index 1e972f77..c4253f08 100644 --- a/src/views/HelpView.vue +++ b/src/views/HelpView.vue @@ -24,11 +24,11 @@
- This app focuses on gifts & gratitude, using them to build cool things together with your network. + This app focuses on raw gratitude, using it to build cool things together with your network.
- If you'd like to see the page-by-page help,
+ If you'd like to see the page-by-page help again,
- {{ package.version }} ({{ commitHash }})What app version is this?
-
I have other questions or feedback, like getting a new profile or removing my data or requesting an improvement.
@@ -567,6 +564,28 @@
>info@TimeSafari.app
{{ package.version }} ({{ commitHash }})
+ ++ + Download the latest APK to see. + +
++ Sorry, your platform of '{{ Capacitor.getPlatform() }}' is not recognized. +
+