diff --git a/src/components/ImageMethodDialog.vue b/src/components/ImageMethodDialog.vue index 69d9b860..49f58d0f 100644 --- a/src/components/ImageMethodDialog.vue +++ b/src/components/ImageMethodDialog.vue @@ -3,70 +3,30 @@

- Uploading Image… - {{ - crop ? "Crop Image" : "Preview Image" - }} - Upload Image - Add Photo + {{ dialogHeading }}

-
+
-
+
Camera preview not started. -
- - Note: This mobile browser may not support direct camera - access, or the app is treating it as a native app.
- Tip: Try using a desktop browser, or check if your browser - supports camera access for web apps.
- Developer: The platform detection logic may be skipping - camera preview for mobile browsers.
- Action: Review platformCapabilities.isMobile and - ensure web browsers on mobile are not treated as native apps. -
- - Tip: Your browser supports camera APIs, but the preview did - not start. Try refreshing the page or checking browser permissions. - -
-
- Error: {{ error || cameraStateMessage }} -
-
- Status: {{ cameraStateMessage || "Unknown reason." }} -
+
Status: {{ cameraFeedbackMessage }}