You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running an Echo server in a goroutine within my wails app and rendering html using the htmx library. I want the startUrl to point to the url of the Echo server, e.g. http://localhost:8090. Ideally, when I configure the Wails App options, I'd like to be able to specify a StartURL option, that would then be used instead of the built-in hard-coded startUrl. I'd be fine with loosing the wails rpc functionality, since most of by app is implemented by my Echo server backend.
I'm currently trying to replace wails with webview/webview-go directly, just because I want to navigate to my own url, but this is proving to be quite a pain, especially with cross-compilation and CGO. Wails solves quite a few problems very well, and I'd prefer to just stick with Wails if I could.
Is your feature request related to a problem? Please describe.
customize startURL, change default wails://
Describe the solution you'd like
export "const startURL = "wails://wails/""
Describe alternatives you've considered
No response
Additional context
The text was updated successfully, but these errors were encountered: