tauri-docs
tauri-docs copied to clipboard
The source for all Tauri project documentation.
## Observed Behavior The quick-start / README just says to use ```create-tauri-app``` - https://tauri.app/v1/guides/getting-started/setup/ - https://github.com/tauri-apps/tauri-docs/blob/v1/docs/guides/getting-started/setup/README.mdx but the options are not explained. You can figure out what options there are,...
### Describe the bug I'm trying to run Tauri in a Windows 11 VM through Parallels on a M2 MacBook. I did all the steps to install MSVC correctly. According...
#### Description **Note This Is English Only! Translation will be needed for i18n support** This PR Adds the necessary requirements for [Nix(Package Manager) & NixOS(Linux Distro)](https://nixos.org) - Closes https://github.com/tauri-apps/tauri/issues/8588
All the links on the [about page](https://v2.tauri.app/about/) do not load in chrome. It seems like this issue is isolated to chromium browsers. It works in safari and firefox. Tested on...
When you: - format the hard drive with linux; - successfully install all the prerequisites for linux debian https://v2.tauri.app/start/prerequisites/#linux. (By the way, it could be written debian/ubuntu there in the...
#### Description lack of securityconfig.dangerousUseHttpScheme - en: https://tauri.app/v1/api/config/#securityconfig.dangeroususehttpscheme - cn: https://tauri.app/zh-cn/v1/api/config/#securityconfig.dangeroususehttpscheme
### Question you want answered Do i need the fs plugin on the rust side? ### Where did you look for an answer? in our docs lol Next time i...
> This issue has been upstreamed from https://github.com/tauri-apps/tauri/issues/10671 ### Describe the bug The files specified: ```json { "bundle": { "active": true, "targets": "all", "icon": [ "icons/32x32.png", "icons/128x128.png", "icons/[email protected]", "icons/icon.icns", "icons/icon.ico"...
### Question you want answered Add examples of adding 'capabilities' at runtime ### Where did you look for an answer? Add examples of adding 'capabilities' at runtime ### Page URL...
### Question you want answered Why my app that accessing `https://.localhost/` is no longer working? ### Where did you look for an answer? I read the migration guide and I...