PhilipT wrote:Hi Eo
Please advise how do I turn on this autoplay so that i can update my application.
Thanks
Philip
Hi,
Please try to set EngineOption.ExtraCommandLineArgs to --autoplay-policy=no-user-gesture-required and see if it works for you. For example, if you use our TabbedBrowser sample application, you can add the following line into App.xaml.cs before creating MainWindow:
Code: C#
EO.WebEngine.EngineOptions.Default.ExtraCommandLineArgs = "--autoplay-policy=no-user-gesture-required";
Please let us know if this works for you.
Thanks!