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
{{ message }}
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
I wanted to try and use go-astilectron to create an application that loads another website and adds additional functionality for it - it's a website that allows downloading mods for a game.
Now, when loading the website directly in a NewWindow, I can see some JavaScript errors which seem to stem from JS files being loaded out of order (it loads fine in a <webview>). From what info I could gather, it looks like I should be using a <webview> tag or a BrowserView. <webview> is discouraged, so I tried looking up how to create a BrowserView with this package, but was unable to find anything. Is there a way of creating a BrowserView with go-astilectron or another workaround?
Cheers,
The text was updated successfully, but these errors were encountered:
Sadly I don't control the website - I'm currently using a webview and it works fine so far, but I'm not sure if that will work long term for me without a BrowserView judging from their notes on webview. Feel free to close the issue if BrowserView support won't be possible :)
Hi there,
I wanted to try and use
go-astilectron
to create an application that loads another website and adds additional functionality for it - it's a website that allows downloading mods for a game.Now, when loading the website directly in a
NewWindow
, I can see some JavaScript errors which seem to stem from JS files being loaded out of order (it loads fine in a<webview>
). From what info I could gather, it looks like I should be using a<webview>
tag or a BrowserView.<webview>
is discouraged, so I tried looking up how to create aBrowserView
with this package, but was unable to find anything. Is there a way of creating aBrowserView
with go-astilectron or another workaround?Cheers,
The text was updated successfully, but these errors were encountered: