I have invoked a function from my frontend to my backend. It works however I want to return results back to frontend and all I get is null #[tauri::command] fn
Is there a way to build Windows and Linux versions of Tauri on my macbook pro m1? I already tried it with --target I just get an error while the build. yarn run
In my desktop app, I want to display a website using tauri. I also want my app to communicate with a local webserver. With tauri, I need to have wry host the we
In my desktop app, I want to display a website using tauri. I also want my app to communicate with a local webserver. With tauri, I need to have wry host the we
I am building my first app with Tauri framework. Basically, I would like to open as embedded "subviews" (as for "IFrame", just to be clear), inside the main pag
I'm new to Tauri and I'm trying to read / ls a directory. window.__TAURI__.fs.readDir("com.tauri.dev/", { dir: window.__TAURI__.fs.Dir.Data }).then(... Unhandl