Thanks for the feedback!
You know when the app is terminated because that's when the main loop ends
(e.g. Loop() returns false, or Run() just returns). So you can write any
code after webview.Run() and it will be executed when user presses close
button.
App icon is something on my list. Curren
On Wednesday, October 25, 2017 at 3:39:42 PM UTC+3, Serge Zaitsev wrote:
>
> Hey all,
>
> I made a tiny library that provides a cross-platform web UI for Go apps.
>
> https://github.com/zserge/webview
>
Looks intresting, thanks for making it available!
>
>
Apart from the app architecture,