Peter Carroll
Peter Carroll
The fix did not work for me. And for me it's broken regardless of a prefill. It is related to the first tag span being added in the wrong location...
Best solution I have found so far is below... Works well with webview. https://github.com/getlantern/systray Another is fyne systray
I don't use git on this one. Git is installed (thus the gitignore files). But I've not been committing things regularly. I think what changed was I combined the handlers...
Sorry, I have been nose down trying to meet a deadline. I will have to come back to it if its okay? A few days,
That seems to have fixed it on Linux. It's also fixed on macOS. I never had the problem on Windows... Thanks for the fix. Great product!
I'm getting a gazillion of these in the system log... A clue. I'm opening the window as a child of the systray icon in the menu bar... Works fine though...
Getting somewhere... If I launch my app from the wails-generated MyApp.app application bundle, it works as expected... I was trying to extract the binary and copy it to /usr/local/bin. That's...
I've added that as a dependency in my Debian control file and it seems to be okay. `Depends: libwebkit2gtk-4.0-37` But, as my app is statically compiled go, I would like...
libwebkit2gtk-4.0-37 was not listed in the dependencies. Just curious if there are any others I will find out about after my software fails somewhere... I'm not complaining. Wails is fantastic!
I think I solved it. I had moved the App.go code into a separate package to avoid having to make calls into main. I think this messed up the go...