Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Attachment are not working while adding them to annotation from a mobile device #1079

Open
shivantra opened this issue Oct 22, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@shivantra
Copy link

shivantra commented Oct 22, 2024

WebViewer version 10.12.0

The current behavior While adding an attachment to an annotation it works fine on laptop / desktop but it's not working on mobile / tablet

The expected behavior It should allow adding attachment from mobile / tablet

Steps to reproduce

Click on Annotate -> Note -> Add note -> Add attachment.

@bollain
Copy link
Collaborator

bollain commented Oct 24, 2024

Hi @shivantra,

Thanks for this report. We have verified the issue and have added this to our backlog. When this is fixed we will let you know what version this will be available in.

@bollain bollain self-assigned this Oct 24, 2024
@bollain bollain added the bug Something isn't working label Oct 24, 2024
@IV-R
Copy link

IV-R commented Dec 20, 2024

Check for Updates
• Monitor the GitHub issue here for updates or a fix in upcoming releases of WebViewer.

  1. Fallback Approach
    • Since the problem is specific to mobile and tablet devices, consider using a desktop or laptop as a temporary solution to add attachments.

  2. Custom Debugging
    • Debug the issue yourself if urgent:
    • Inspect the logs or network calls on a mobile device using browser developer tools.
    • Verify the event handlers for attachment uploads in the code to identify discrepancies between desktop and mobile.
    • Test on different browsers or devices to determine if it’s device- or platform-specific.

  3. Contact Support
    • Reach out directly to ApryseSDK’s support team to report the urgency of the bug. They may provide a workaround or expedite the fix.

  4. Custom Implementation
    • If you have access to the SDK codebase:
    • Override the attachment functionality using a custom implementation for mobile devices.
    • Review the WebViewer documentation for guidance on customizing annotations.

Temporary Workaround Suggestion

Until the issue is resolved, you can create a note or annotation without attachments on mobile devices and later edit them on a desktop to include the attachment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants