Wails v3 Alpha Release - v3.0.0-alpha2.103
Changed
- Move iOS and Android native features onto platform managers: call them via
application.IOS.*andapplication.Android.*(e.g.application.IOS.Haptic("medium"),application.Android.Share(payload)) instead of the oldapplication.IOS*/application.Android*free functions (#5602) - Rename mobile bridge events: cross-platform events now use the
common:*prefix (e.g.common:haptic,common:location) and platform-exclusive events useios:*/android:*(e.g.ios:backgroundTask,android:foregroundService); thenative:*prefix is no longer used (#5602)
🤖 This is an automated nightly release generated from the latest changes on master.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha2.103⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.