This package allows you to retrieve precise information about active and open windows on Windows, MacOS, and Linux. You can obtain the position, size, title, and other memory of windows.
MIT License
32
stars
6
forks
source link
MacOS issue: `get_browser_url()` crashes Tauri app when window is open or closed #40
Hello, first of all I'd like to thank you for building this awesome project.
Currently I am building a Tauri app that retrieves user's browser url info every 1 second.
I am using x-win Rust crate in Tauri backend, and calling get_browser_url() to achieve this.
It works well at the beginning, but once I open a new app window or close an existing one, the tauri app crashes.
I'd like to know if I am using it wrong. Here's a code for getting url info every 1 second.
Hello, first of all I'd like to thank you for building this awesome project.
Currently I am building a Tauri app that retrieves user's browser url info every 1 second.
I am using
x-win
Rust crate in Tauri backend, and callingget_browser_url()
to achieve this.It works well at the beginning, but once I open a new app window or close an existing one, the tauri app crashes.
I'd like to know if I am using it wrong. Here's a code for getting url info every 1 second.