-
Hi Tauri team, just want to confirm tauri links are being opened as a new window for both the default and the tauri app itself Sample link below: I am not sure if that suppose to happen since they both open at the same time. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
stackedCG
May 26, 2025
Replies: 1 comment 7 replies
-
I have no idea what you mean tbh, can you try to explain it more or even provide a recording? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's working now, I did some fusion of the pointerdown as well as the click event in order to block the default for the link, thanks for suggesting the opener API I totally missed that, I was actually looking at the shell thank goodness that we have that ahahaha.
To anyone who will have the same issue as me, I used this one, it did take a little bit of digging on the docs to find this one: