Closed learncodingforweb closed 1 year ago
Thanks for using Wails and reporting this.
This is currently a known issue with '2.5.0' on linux.
In the meantime you could use the build tag ‘webkit2_36’ to workaround it: ‘wails dev -tags webkit2_36’
PR #2664 is up with a fix for this.
Description
unable to see index.html content while running wails app in development mode
To Reproduce
1) wails init -n myproject -t react-ts 2) wails dev
Expected behaviour
wails dev should show page index.html page content
Screenshots
Attempted Fixes
install wails app under ubuntu 20.04 using
go install github.com/wailsapp/wails/v2/cmd/wails@latest
System Details