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
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
(Any popup blocker or similar is deactivated)
You can also try your examples too, they do not work: https://codepen.io/manzinello/pen/RmeQEr