Load URL In app #1138
-
Load Url in a Wails appHi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Possible SolutionModify "devserverurl" in wails.json to the URL you want Issue: Wailsjs is bypassed If you aren't looking to navigate to an external page, maybe use a CORS proxy to bypass the issue? You could use a public one online or launch a local one with the app.
|
Beta Was this translation helpful? Give feedback.
Possible Solution
Modify "devserverurl" in wails.json to the URL you want
Issue: Wailsjs is bypassed
If you aren't looking to navigate to an external page, maybe use a CORS proxy to bypass the issue? You could use a public one online or launch a local one with the app.
I think I have a similar issue. I'm looking to load an external app via HTTPS and inject JS into the page to modify it (this is technically possible with webview itself but not with wails v2 afaik). My goal is to render some storage website such as Google Drive fo…