wails/v3
Lea Anthony 75eaaf29fb fix(v3): restore Android build and runtime message handling
Fixes five regressions in Android support:

1. Restore events.Android struct (IDs 1259-1270) and JS event mappings
   that were removed from events.go, breaking events_common_android.go
2. Pass flags to runtime.Core() in nativeOnPageFinished to match the
   updated API signature used by all other platforms
3. Call setupCommonEvents() in the CGO build's run() method (the
   non-CGO build already did this)
4. Replace the stub handleMessageForAndroid() with real MessageProcessor
   routing so JS-to-Go runtime calls (bound methods, clipboard, etc.)
   actually work
5. Handle non-JSON string messages (e.g. "wails:runtime:ready") that
   the JS bridge sends before attempting JSON parse

Fixes #5020

Co-authored-by: Varun Chawla <varun_6april@hotmail.com>
2026-02-27 21:54:57 +11:00
..
cmd/wails3 feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
examples fix(v3): exclude node_modules from build:frontend sources glob (#4983) 2026-02-15 18:00:20 +11:00
internal chore(v3): bump to v3.0.0-alpha.73 and update changelog [skip ci] 2026-02-27 03:04:44 +00:00
pkg fix(v3): restore Android build and runtime message handling 2026-02-27 21:54:57 +11:00
scripts Add clean v3 changelog validation workflow with external Go script 2025-07-13 10:33:00 +10:00
tasks feat: adapt iOS and Android message processors to RuntimeRequest transport 2025-12-10 21:27:04 +11:00
test feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
test-assets Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
tests feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
wep [WEP] Customise Window Titlebars (#3508) 2024-06-08 13:42:27 +10:00
.gitignore feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
.prettierignore chore: add Prettier as format tool (#2689) 2023-05-30 07:40:54 +10:00
.prettierrc.yml chore: add Prettier as format tool (#2689) 2023-05-30 07:40:54 +10:00
ANDROID_ARCHITECTURE.md feat: Add Android support for Wails v3 2025-11-28 21:06:59 +11:00
build_ios.sh Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
fix-darwin-ios-constraints.sh Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
go.mod chore(v3): update github.com/jaypipes/ghw to v0.21.3 (#4977) 2026-02-09 21:07:30 +11:00
go.sum chore(v3): update github.com/jaypipes/ghw to v0.21.3 (#4977) 2026-02-09 21:07:30 +11:00
IOS_ARCHITECTURE.md Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
IOS_FEATURES_TODO.md Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
IOS_RUNTIME.md Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
old Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
README.md Update doc dependencies 2023-09-08 10:57:47 +10:00
release-notes.txt v3.0.0-alpha.26 2025-08-24 02:40:05 +00:00
release_notes.md v3.0.0-alpha.26 2025-08-24 02:40:05 +00:00
Taskfile.yaml fix(linux): remove Screen typedef collision with X11 Xlib.h (#4979) 2026-02-09 21:44:03 +11:00
test-ios-compilation.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
test-new-ios-build.sh Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
TESTING.md feat: Complete App API restructuring with organized manager pattern (#4359) 2025-06-21 19:51:14 +10:00
UNRELEASED_CHANGELOG.md chore(v3): bump to v3.0.0-alpha.73 and update changelog [skip ci] 2026-02-27 03:04:44 +00:00
verify-ios-setup.sh Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00

v3 Alpha

Thanks for wanting to help out with testing/developing Wails v3! This guide will help you get started.

Getting Started

All the instructions for getting started are in the v3 documentation directory: mkdocs-website. Please read the README.md file in that directory for more information.