We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Clicking the SEE GITHUB REPOSITORY button, the GitHub page will be opened in the Tauri app.
(It seems being displayed by an internal WebView.)
I think that it is natural for an external browser to start when clicking on an external link, so I would like to change the behavior in that way.
Click SEE GITHUB REPOSITORY button -> opens GitHub Page in Tauri app
Click SEE GITHUB REPOSITORY button -> opens GitHub link in external Web Browser e.g. Chrome or Firefox or another
The text was updated successfully, but these errors were encountered:
FYI: tauri-apps/tauri#4756 (comment)
May I create PR?
Sorry, something went wrong.
Thank you, It would be very helpful if you could do that!
No branches or pull requests
Clicking the SEE GITHUB REPOSITORY button, the GitHub page will be opened in the Tauri app.
(It seems being displayed by an internal WebView.)
I think that it is natural for an external browser to start when clicking on an external link, so I would like to change the behavior in that way.
Current behavior
Click SEE GITHUB REPOSITORY button -> opens GitHub Page in Tauri app
Desired behavior
Click SEE GITHUB REPOSITORY button -> opens GitHub link in external Web Browser e.g. Chrome or Firefox or another
The text was updated successfully, but these errors were encountered: