suchipi / webview

A cross-platform program that opens either a URL or files from disk in a native webview.
32 stars 1 forks source link

is it possible to set experimental browser flags with this? #3

Open DanFessler opened 3 years ago

DanFessler commented 3 years ago

for example, i'm looking to support web bundles which is currently off by default in the experimental flags for edge.

suchipi commented 3 years ago

I don't know what those are. If they can be set via environment variables, you can set them normally; if you need to set them via executable flags, I don't think it will work. This is built on https://github.com/webview/webview/blob/master/webview.go#L76 which doesn't have anything like that in its interface, since it abstracts over stuff from multiple operating systems.