Files
Travis McLane 0e0db50dea ensure event listener is activated (hooks)
The OS X delegate listener for an event is only activated if the
`on` call is made for the event id.
This is an optimization to prevent flooding the application with
events that the application does not actually care about.
The `impl.on` call is what activates the response handler for the
event in question.  This logic was missing in the RegisterHooks()
function but is present in the `On()` function.  In the case of using
`On()` first followed by `RegisterHooks()` things work correctly.
2024-04-26 13:47:08 -05:00
..
2024-04-25 15:22:01 +10:00
2023-09-01 22:06:43 +10:00
2024-04-18 23:14:20 +10:00
2024-04-18 23:14:20 +10:00
2023-09-08 10:57:47 +10:00
2024-04-08 13:29:42 -05: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.