Telerik-Verified-Plugins / WKWebView

DEPRECATED - this plugin served a purpose in the past, but there are better implementation now
832 stars 149 forks source link

html5 audio fails (no sound) #185

Open ingageco opened 8 years ago

ingageco commented 8 years ago

first of all - this plugin is great! we have a simple HTML5 audio tag that plays a remote audio file - it was working in UIwebview (slow, but plays), but we can't get audio to work in WKWebView. Any suggestions?

EddyVerbruggen commented 8 years ago

Hi,

I added this to my index.html and it worked exactly the same for me as UIWebView:

<audio src="http://www.tonycuffe.com/mp3/cairnomount_lo.mp3" preload="auto" controls></audio>

Do you have a samplefile which doesn't play perhaps?

ingageco commented 8 years ago

I've got multiple remote files - but let me try again tonight and report back.