tauri/examples
Amr Bashir f37e97d410
feat: add `use_https_scheme` for Windows and Android (#11477)
* feat: add `use_https_scheme` for Windows and Android

closes #11252

* fix compilation

* Apply suggestions from code review

Co-authored-by: Fabian-Lars <github@fabianlars.de>

* change wording

* add migrations

* migrate `dangerousUseHttpScheme`

* fmt

* infer AssetResolver::get https scheme config

* fix tests

---------

Co-authored-by: Fabian-Lars <github@fabianlars.de>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2024-11-05 09:48:59 -03:00
..
.icons fix(cli): corrupted icons in bundled macOS icons (#5698) 2022-11-28 08:57:32 -03:00
api feat: add `use_https_scheme` for Windows and Android (#11477) 2024-11-05 09:48:59 -03:00
commands Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
file-associations fix: downgrade MSRV to 1.77.2 to support Windows 7 (#11205) 2024-10-03 08:07:50 -03:00
helloworld Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
isolation Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
multiwebview Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
multiwindow Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
resources fix: downgrade MSRV to 1.77.2 to support Windows 7 (#11205) 2024-10-03 08:07:50 -03:00
run-iteration Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
splashscreen Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
state Restructure the repository (#10796) 2024-08-27 18:42:30 -03:00
streaming refactor(core)!: pass webview label to uri scheme protocol handlers (#11163) 2024-09-29 07:41:26 -03:00
README.md docs(examples): add missing Readme and clarify existing (#3327) 2022-02-04 17:56:57 -03:00

README.md

Examples

Following directories contain examples of tauri app functionality.

There are different execution steps depending on the example. See each directory README.md for execution method.