Wails: Build cross-platform applications using Go
1–10 of 48 posts
Re: Wails: Build cross-platform applications using Go
#2Re: Wails: Build cross-platform applications using Go
#3I don't get these projects. If you're going to write an html/js app, why not just launch the web browser against the local url of your app?
Re: Wails: Build cross-platform applications using Go
#4Re: Wails: Build cross-platform applications using Go
#5I don't get these projects. If you're going to write an html/js app, why not just launch the web browser against the local url of your app?
Re: Wails: Build cross-platform applications using Go
#6I don't get these projects. If you're going to write an html/js app, why not just launch the web browser against the local url of your app?
Because you might ship this to users and just having an app for them to click on and open is a lot more user friendly than telling people to type in some localhost URL or open browser tabs with "cryptic" urls.
Nowadays they can even send the PWA manifest to hide the browser appearance.
Re: Wails: Build cross-platform applications using Go
#7Earlier quoted context omitted.
Because you might ship this to users and just having an app for them to click on and open is a lot more user friendly than telling people to type in some localhost URL or open browser tabs with "cryptic" urls.
Just have the application start the browser like daemons used to 20 years ago. Nowadays they can even send the PWA manifest to hide the browser appearance.
Re: Wails: Build cross-platform applications using Go
#8I don't get these projects. If you're going to write an html/js app, why not just launch the web browser against the local url of your app?
Re: Wails: Build cross-platform applications using Go
#9Re: Wails: Build cross-platform applications using Go
#10I don't get these projects. If you're going to write an html/js app, why not just launch the web browser against the local url of your app?
Mostly because with Wails/Tauri/Electron, you get file system access, native code etc.