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
I tried something like window.ddClient.host.openExternal('mailto:[email protected]'), but nothing happens when invoking that bit.
I found electron/electron#1083, that might be related (or not)
I tried with and without having a Mail client installed on my mac.
There are no errors in the console.
The text was updated successfully, but these errors were encountered:
Thanks for the feedback, the SDK currently supports only opening http:// or https:// urls.
We'll at least add clear error messages in the console for URLs that are not supported, and see if we want to expand the list of supported urls to include mailto:// urls
I tried something like
window.ddClient.host.openExternal('mailto:[email protected]')
, but nothing happens when invoking that bit.I found electron/electron#1083, that might be related (or not)
I tried with and without having a Mail client installed on my mac.
There are no errors in the console.
The text was updated successfully, but these errors were encountered: