Quote from
noyzen on April 23, 2025, 12:43 pm
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 :)
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 :)