neoExe needs browser arguments - Forum

Forum Navigation
You need to log in to create posts and topics.

neoExe needs browser arguments

Hi there,

I tried to make a very very tiny game and compile it to exe using neoExe.
But for games and multimedia apps we need to play sound and browsers does not allow to play sound on events, they only allow play a sound after user clicks on elements.

with browser argument for Edge WebView we can turn off this limits:

--autoplay-policy=no-user-gesture-required --disable-web-security

So if neoExe uses webview, can we havea field to add browser arguments for the app?
I think NeoEdge have this ability using "npEdgeSetBrowserArgs" command before creating edge webview.
Thanks :)

@noyzen that's interesting and I will try to see what can be done.
neoExe does not use npEdge, it's has been programmed in PureBasic and, to tell you the truth, mostly using AI.
Anyway I will take a look at it.

noyzen has reacted to this post.
noyzen

Thanks.
If it uses 'Edge WebView' (not npEdge plugin) I think we can easily use arguments.
And yea, I do everything with help of AI too thats cool.

luishp has reacted to this post.
luishp