-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot open mailto links[bug] #5521
Comments
@lucasfernog Hi, I believe this bug is back in Tauri 2, as I get exactly the same page as in the above screenshot when I click a mailto: link (in version 2.0.6 of Tauri). |
@yokljo do you have the shell plugin installed? |
I did add the shell plugin and have these permissions:
And my mailto links won't open (nothing happens on macOS). |
Any errors in the dev tools console? What about your I'll try it out again once I'm back home but I don't see anything wrong in the plugin's code right now. |
Using OP's example
The reason for that is that on Windows the os/webview handles those links already but on macOS it relies on the shell plugin which only reacts to For me the current behavior is good enough, but feel free to open an issue here https://github.com/tauri-apps/plugins-workspace if you disagree. |
Thanks, @FabianLars. With "_blank" it works as expected and this is good enough for me, too! 👍 |
Describe the bug
Tauri cannot open mailto links
Reproduction
--
tauri.conf.json
-- javascript
Expected behavior
It should open the default mail application
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: