tauri-docs icon indicating copy to clipboard operation
tauri-docs copied to clipboard

The source for all Tauri project documentation.

Results 366 tauri-docs issues
Sort by recently updated
recently updated
newest added

This needs to be extended: https://tauri.studio/docs/development/publishing with information about this: https://github.com/tauri-apps/tauri-action especially notable: you can just ship an app that has a dist (no tauri integration)

Comand : `cargo make run` I get the error: ```bash error: failed to run custom build command for `yew v0.17.2` --- stderr thread 'main' panicked at 'Yew does not allow...

I was just thinking that it would be great to have a minimal example application demonstrating the "Lockdown" pattern, but then I realized it would be good to have minimal...

It appears the configuration section on the Bridge Pattern is outdated. After setting up my `allowlist` as suggested in the link below I received the following error https://github.com/tauri-apps/tauri-docs/blame/dev/docs/en/usage/patterns/bridge.md#L93-L96 ``` `tauri.conf.json`...

Nice suggestion coming from Discord: > Perhaps someone could create a Union of the browsers that are represented by Webview? Something like: https://caniuse.com/#compare=ie+10,ie+11,edge+80,firefox+74,chrome+80 Requires investigation, definitely an important information.

enhancement

It would be nice to add an example of mutable atomic state to the `tauri::app::manage` docs like: ```rust use tauri::State; // here we use AtomicBool to achieve interior mutability struct...

documentation
enhancement

Hi! The comparison table says that Tauri is FLOSS while Electron is not: https://github.com/tauri-apps/tauri#comparison-between-tauri-1-and-electron-5 There's no further explanation and this is really confusing to me. Electron is licensed under the...

**Describe the bug** The example [validation app](https://github.com/tauri-apps/tauri/releases/download/0.5.2-binaries/app.dmg) from the homepage top banner doesn't open on Mac. MacOs rejects it because it isn't signed. **To Reproduce** Steps to reproduce the behavior:...

Add a warning in macOS setup page for xcode. See https://github.com/tauri-apps/tauri/issues/1150#issuecomment-768310979

documentation