Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

In Chrome/Brave and using Gatsby Mail link won't open #57

@exocode

Description

@exocode

I am using most recent Gatsby and Chrome browser. I copy/pasted the demo snippets into my app, as well the config from the docs. Live and Gmail works as expected, but the regular mail, won't.

gatsby-config

    {
      resolve: `gatsby-plugin-mailgo`,
      options: {
        mailgoConfig: {
          dark: true,
        },
      },
    },

in your site put any Mail example from here: https://codepen.io/manzinello/pen/RmeQEr

  <a href="mailto:matteo@manzinello.dev">matteo@manzinello.dev</a>
      <br/><br/>
        Just a <code>tel</code> link (with <strong>mailgo</strong>, just importing the script)
      </p>
      <a href="tel:1234567890" data-telegram="telegram">+39 123456789</a>

(Any popup blocker or similar is deactivated)

You can also try your examples too, they do not work: https://codepen.io/manzinello/pen/RmeQEr

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions