Replies: 2 comments
-
For v3 questions, you are more likely to get a response on discord. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I posted this to discord too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I install the test app for wails3
git clone
wails3 v3-alpha branchcd v3/cmd/wails3
thengo install
wails3 init -n testwails3 -t react
wails3 dev
I get the test window which looks like this
From looking at the code it is supposed to have a footer with the time in it!
If I change the test code
App.jsx
like thisThen I can see the time
This is clearly a bug in something, but I don't know what
I suspect the GTK webkit but I don't have a convenient mac/windows machine to try this on.
Also I couldn't figure out how to open the GUI in the browser like you can with
wails dev --browser
as that seems to be missing forwails3
.Any ideas?
I was going to report this as a bug but I saw the note - no bug reports for v3 which is fair enough!
Beta Was this translation helpful? Give feedback.
All reactions