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

Fix 3D links not work on mobile #3220

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dab246
Copy link
Member

@dab246 dab246 commented Oct 22, 2024

Issue

This PR #2917 solved 3D links on web, but still not working on mobile.

reproduce.webm

Root cause

  • Because the value useTooltip=true is only true on the web. So sanitizeUrl only handle for web

Solution

  • Separate sanitizeUrl handling to apply to both mobile and web.
  • Clear email cache avoid emails content being loaded from storage.

Resolved

demo.webm

Copy link

This PR has been deployed to https://linagora.github.io/tmail-flutter/3220.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants