sheepla / csv-grid-viewer

📝 CSV grid viewer built with React and Tauri
MIT License
5 stars 1 forks source link

Tauri: Open with external Browser when clicking external link #8

Open sheepla opened 3 weeks ago

sheepla commented 3 weeks ago

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

image image

Desired behavior

Click SEE GITHUB REPOSITORY button -> opens GitHub link in external Web Browser e.g. Chrome or Firefox or another

mikoto2000 commented 3 weeks ago

FYI: https://github.com/tauri-apps/tauri/issues/4756#issuecomment-1200745849

May I create PR?

sheepla commented 2 weeks ago

Thank you, It would be very helpful if you could do that!