tauri Questions
4
i wanted to know how to use python script with tauri app, i tried a few things but failed
i try to take an input from the user using html tag then want to pass it to python and then after the pytho...
Longer asked 2/4, 2023 at 17:38
2
Solved
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 v1.22.15
$ tauri build -t x86_64-pc-...
1
I've got a react app and implemented tauri to it so I can make it a desktop application.
I have two .env files: .env.development and .env.production.
When i run tauri dev everything works correctly...
Kohn asked 5/10, 2022 at 12:36
2
https://tauri.localhost' has been blocked by CORS policy: Request header field access-control-allow-origin is not allowed by Access-Control-Allow-Headers in preflight response.
I have added https:/...
Comprehensible asked 21/6, 2023 at 9:24
4
Solved
I installed it via:
npm create tauri-app
I chose a vanilla JavaScript environment to code it.
I run:
cd app
npm install
npm run tauri dev
The result is this error:
> [email protected] ...
3
Solved
I am new at tauri and I have faced the issue with getting data from @tauri-apps/api.
"@tauri-apps/api": "^1.1.0",
"@tauri-apps/cli": "^1.1.1"
This is my Rea...
Elkeelkhound asked 22/9, 2022 at 15:26
1
I am new to both Tauri and Rust, I'm trying to emit events to the frontend when certain menu items are clicked
fn main() {
Builder::default()
.menu(build_menu())
.on_menu_event(|event| {
match...
Feeley asked 28/4, 2023 at 2:43
2
I'm trying to make a small tauri app with the same menu on the top of each page. I followed this tutorial, "Adding the menu to all windows" section. I can see the menu, I can quit the app...
0
I am trying to center a Tauri app on the osx tray icon, but cannot find a way to do it.
The idea is to make the app open and close on tray icon click, and to make it fixed at the top of the screen ...
Ureter asked 15/10, 2022 at 6:32
2
I use the Tauri JS on Ubuntu. I would like to read a csv file which is in the project directory.
/data/example.csv
/src-tauri/
/src
...
I activated the fs module, I tried different patterns
"...
Trull asked 20/5, 2022 at 17:42
1
© 2022 - 2024 — McMap. All rights reserved.