You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.
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.
<ahref="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><ahref="tel:1234567890" data-telegram="telegram">+39 123456789</a>
I want to understand better: the problem is just with Gatsby and Chrome or everywhere? The examples I have written in https://codepen.io/manzinello/pen/RmeQEr are working for me. I use also mailgo plugin on Gatsby and I have no problem, and I want to know what is happening. The behaviour if open default is the same of clic on a mailto link without mailgo, maybe is this a problem with the mailto: links handling? If you clic on a mailto without mailgo everything works correctly (so the default client is opened)?
What do you mean with they do not work? Nothing happens? Errors in console?
I've also tested mailgo with Brave, I have maybe to test more in deep on this browser.
Funny enough: If I click on "open default" in Safari it jumps to Brave (respective Chrome), depending on my default browser. Same happens with Firefox (jumps to Brave). Without opening a new window or similar. No error in console, nothing. Normally "Apple Mail" (is an native app) opens.
Thank you for the details, really strange behaviour: I have to make more tests and maybe I have to work more on the open default, changing it a little bit to have it identical to a clic on a mailto: without mailgo.
Thank you so much for your report.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
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
The text was updated successfully, but these errors were encountered: