Skip to content

Auto-linking for Samsung android #7

@nathankeenmelb

Description

@nathankeenmelb

In similar vein to the Gmail auto-links, Samsung adds links for dates, phone numbers, addresses and the like.

We can't target them with [x-apple-data-detectors], but we can use the Samsung-specific targeting #MessageViewBody.

So you could then add that to your Gmail CSS like so:

u + .body a, #MessageViewBody a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  }

(I would also suggest reviewing the need for font-size, font-weight and line-height as there's no indication this is set anywhere by any email environment that auto-links)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions