Skip to content
Advertisement

Tag: cefsharp

cefsharp cannot play audio by javascript

I am writing a dictionary program using CefSharp by C#. When the dictionary page(i.e.[Longman-love][1]) is loaded I want it could play its pronounce automatically(by clicking the pronouce icon using JavaScript). Here are related codes: C# part: JavaScript part(I copyed it from web and added some ‘alert’s for debugging the program): The last alert sentence alert(‘will play’); showed but I could

Advertisement