React SPA
global css:
body {
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
--wails-resize: all;
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue",
"Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
"Segoe UI Symbol";
}
resize on all edges and tested specific edges like v3 doc,all not work.
tested use defaut react-ts template, not work too.
wails3 doctor:
Wails (v3.0.0-alpha.64) Wails Doctor
# System
┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
| Name | Linux Mint |
| Version | 22.3 |
| ID | linuxmint |
| Branding | 22.3 (Zena) |
| Platform | linux |
| Architecture | amd64 |
| Desktop Environment | X-Cinnamon |
| NVIDIA Driver | N/A |
| XDG_SESSION_TYPE | x11 |
| CPU | AMD Ryzen 5 2600X Six-Core Processor |
| GPU 1 | Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (Advanced Micro Devices, Inc. [AMD/ATI]) - Driver: amdgpu |
| Memory | 48GB |
└──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
# Build Environment
┌────────────────────────────────┐
| Wails CLI | v3.0.0-alpha.64 |
| Go Version | go1.25.5 |
| -buildmode | exe |
| -compiler | gc |
| CGO_CFLAGS | |
| CGO_CPPFLAGS | |
| CGO_CXXFLAGS | |
| CGO_ENABLED | 1 |
| CGO_LDFLAGS | |
| GOAMD64 | v1 |
| GOARCH | amd64 |
| GOOS | linux |
└────────────────────────────────┘
# Dependencies
┌────────────────────────────────────────────────────────────────┐
| gcc | 12.10ubuntu1 |
| gtk3 | 3.24.41-4ubuntu1.3 |
| npm | 11.6.2 |
| pkg-config | 1.8.1-2build1 |
| webkit2gtk | 2.50.4-0ubuntu0.24.04.1 |
| docker | *Not installed (optional - for cross-compilation) |
| |
└─────────────────── * - Optional Dependency ────────────────────┘
# Checking for issues
SUCCESS No issues found
# Diagnosis
SUCCESS Your system is ready for Wails development!
Need documentation? Run: wails3 docs
♥ If Wails is useful to you or your company, please consider sponsoring the project: wails3 sponsor
React SPA
global css:
resize on all edges and tested specific edges like v3 doc,all not work.
tested use defaut react-ts template, not work too.
wails3 doctor:
Wails (v3.0.0-alpha.64) Wails Doctor # System ┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐ | Name | Linux Mint | | Version | 22.3 | | ID | linuxmint | | Branding | 22.3 (Zena) | | Platform | linux | | Architecture | amd64 | | Desktop Environment | X-Cinnamon | | NVIDIA Driver | N/A | | XDG_SESSION_TYPE | x11 | | CPU | AMD Ryzen 5 2600X Six-Core Processor | | GPU 1 | Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (Advanced Micro Devices, Inc. [AMD/ATI]) - Driver: amdgpu | | Memory | 48GB | └──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘ # Build Environment ┌────────────────────────────────┐ | Wails CLI | v3.0.0-alpha.64 | | Go Version | go1.25.5 | | -buildmode | exe | | -compiler | gc | | CGO_CFLAGS | | | CGO_CPPFLAGS | | | CGO_CXXFLAGS | | | CGO_ENABLED | 1 | | CGO_LDFLAGS | | | GOAMD64 | v1 | | GOARCH | amd64 | | GOOS | linux | └────────────────────────────────┘ # Dependencies ┌────────────────────────────────────────────────────────────────┐ | gcc | 12.10ubuntu1 | | gtk3 | 3.24.41-4ubuntu1.3 | | npm | 11.6.2 | | pkg-config | 1.8.1-2build1 | | webkit2gtk | 2.50.4-0ubuntu0.24.04.1 | | docker | *Not installed (optional - for cross-compilation) | | | └─────────────────── * - Optional Dependency ────────────────────┘ # Checking for issues SUCCESS No issues found # Diagnosis SUCCESS Your system is ready for Wails development! Need documentation? Run: wails3 docs ♥ If Wails is useful to you or your company, please consider sponsoring the project: wails3 sponsor