Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
61 views

I’m building a Tauri + Vite + React app, and my PDF viewer uses PDF.js. The viewer works perfectly in the browser. When I visit - http://localhost:5173/sample.pdf the PDF displays correctly, so Vite ...
Sufia's user avatar
  • 1
-4 votes
0 answers
39 views

I'm learning how to develop desktop apps with tauri (v2) and cannot wrap my head around a styling/css problem I have. I built a custom version of the drawing application Draw.io locally and I embed it ...
Almandin's user avatar
2 votes
1 answer
98 views

I have a Tauri/Rust application with a native Swift File Provider extension. Both are configured to use the same App Group, but the extension cannot access the shared continer at all - it can't even ...
U-Dev's user avatar
  • 1,465
1 vote
1 answer
105 views

I have made a C file which displays certain data using the printf command I want to make a Tauri app to display this data. For now, I am still trying to get the data from the Tauri app. How could I do ...
user27793975's user avatar
1 vote
0 answers
78 views

I’m trying to create a Tauri app by moving some commands into lib.rs. lib.rs #[tauri::command] pub async fn get_file_path_in_rust(file_path: String) { println!("The Path Received: {}", ...
Devanshu Sharma's user avatar
2 votes
1 answer
81 views

Background Tauri v2 desktop app (macOS, Apple Silicon) with React + xterm.js frontend. Rust backend spawns local CLI “agents” (Codex / Gemini) in a PTY using expectrl 0.7.1, forwards output to the ...
shuyin2's user avatar
  • 11
1 vote
0 answers
51 views

Basically, I am puzzled by this crash I am getting. For context, I am running a Tauri app for a multi platform desktop app (windows and mac). My windows part works perfectly using winsocks, however I ...
Rafa's user avatar
  • 11
0 votes
1 answer
150 views

Here's my capabilities/default.json file. This is a demo, but I still can't figure it out after reading the official documentation: { "$schema": "../gen/schemas/desktop-schema.json&...
fuyu2022's user avatar
0 votes
0 answers
188 views

I created some docs and using Doxygen I built and exported them as HTML/CSS/JS files inside html directory. Now I need somehow to add a help button in my Tauri v2 app that opens this external docs. (...
Ali Shefaee's user avatar
0 votes
0 answers
51 views

I'm working on a Tauri application that uses tauri-specta for type safety and I can't figure out how to properly serialize dates. This is the file where most of the serialization and deserialization ...
Andrew's user avatar
  • 642
0 votes
0 answers
42 views

I'm working with Tauri, using React and Vite for the front end. Everything was going well, but recently after changing some things around in this monorepo vite runs into a bug where it attempts to ...
Andrew's user avatar
  • 642
1 vote
1 answer
147 views

I'm using the Tauri framework. I just configured tauri_plugin_log and it is working very well. The log files are being saved in the correct folders with the right names. How can I save one log file ...
Joao Vitor de Francisco's user avatar
0 votes
0 answers
26 views

Info I want to press the the add color button and then the color should be added instantly to the color_list HTML <!DOCTYPE html> <html lang="de"> <head> <meta ...
Shadowdara's user avatar
1 vote
1 answer
119 views

I noticed that many native macOS apps with headers have their controls positioned differently. I would like to emulate this behaviour with Tauri. Currently, I have a window with a titleBarStyle set ...
Ostap Brehin's user avatar
  • 4,220
0 votes
0 answers
236 views

I have made a Tauri 2.0 dictionary app, with Android as the target platform. It uses Vue.js on the front-end, with a sqlx connection to a static SQLite database file that contains all the words and ...
L.A. Rabida's user avatar
0 votes
0 answers
147 views

I built my application using a Tauri React template created with cargo create-tauri-app 1. Tauri Configuration (tauri.config.json) { "$schema": "https://schema.tauri.app/config/2"...
Faynot's user avatar
  • 1
1 vote
0 answers
78 views

I'm building a virtual keyboard using Tauri and pure JavaScript. My application is already set up, but I want to insert the character from the virtual keyboard into the focused window when a key is ...
Commodore64's user avatar
1 vote
1 answer
533 views

I've been trying to solve this iPhone issue with the bottom navigation bar and the top safe area being transparent with no luck: What I have tried: Using the env(safe-area-x) on tailwindcss side: @...
Seto's user avatar
  • 1,722
0 votes
0 answers
42 views

I'm working on a simple Rust application with a frontend built with HTML/CSS/JavaScript, and I thought Tauri would be a good fit. However, I'm stuck with an error related to Sharp that prevents me ...
Jimmy Ngome's user avatar
-1 votes
1 answer
109 views

im trying to give a client application email functionality using lettre and tokio. The code itself should work, though declaring the function a tauri::command gives problems, i don't know how to solve....
Yawgmoth-Physician's user avatar
0 votes
2 answers
139 views

I'm experimenting with Google OAuth2.0 authorization and access token refreshing in a Firebase cloud function. In my Tauri desktop app I'm using Firebase's signInWithPopup() function in order to ...
Axel Productions 86's user avatar
0 votes
0 answers
56 views

I made a CURD App using splite3 with Tauri Ver2. It's working fine, but I have a question. At the moment, I'm copying the sqlite database app.db to Android manually using the adb command, and ...
bluemonk's user avatar
2 votes
0 answers
109 views

I'm developing a Tauri v2 application (using Svelte and Tabulator) where I need to open a Slack deep link using the custom protocol (e.g., slack://user?team=TEAM_IDid=USER_ID). My goal is to launch ...
Clément Liscoët's user avatar
3 votes
1 answer
2k views

I'm developing a Tauri application with Vite and React and aim to integrate shadcn/ui using Tailwind CSS version 4. However, I'm encountering the following error during setup: command used: pnpm dlx ...
IvonaK's user avatar
  • 346
0 votes
2 answers
223 views

I am working on an Angular 17 + Tauri application, and I encountered the following error when running the app on macOS 10.15.7 or lower: SyntaxError: Unexpected token '=' promiseReactionJob ...
humans9198's user avatar

1
2 3 4 5
10