wails/v3/examples/screen
Lea Anthony d15d35a25e Merge v3-alpha into fix/security-issues-bundle and address review comments
Resolve merge conflicts:
- build-and-test-v3.yml: take v3-alpha step names (non-experimental GTK4)
- linux_cgo_gtk4.h: remove WailsScreen struct (deleted in v3-alpha)

Address PR review comments:
- screen/main.go: use path.Clean for HTTP paths instead of filepath.Clean,
  fix Windows drive-letter check (was dead code), add filepath.FromSlash
- UNRELEASED_CHANGELOG.md: remove duplicate changelog entry
- build-and-test-v3.yml: add actions:write permission to cleanup job

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-28 15:38:47 +11:00
..
assets feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
main.go Merge v3-alpha into fix/security-issues-bundle and address review comments 2026-02-28 15:38:47 +11:00
README.md Mac examples + readme updated 2023-10-17 20:25:36 +11:00
screens.go feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00

Screen Example

This example will detect all attached screens and display their details.

Running the example

To run the example, simply run the following command:

go run .

Status

Platform Status
Mac Working
Windows Working
Linux