Dax89 / WebPirate

A Tabbed, WebKit based Browser Web for SailfishOS
GNU General Public License v3.0
15 stars 7 forks source link

Background sound not working #40

Open eson57 opened 9 years ago

eson57 commented 9 years ago

Hi, How is it that background sound doesn't work ( html5 audio tag )? Is it a bug or is it just not implemented (yet)? Here's an example url... https://andromeda.se/

Dax89 commented 9 years ago

Hi eson! It depends on webkit, it is the same issue of the video tag, I can provide a workaround (grabbing the audio tag's url and play it by hand), but I need to think how to handle the case where there are more than one audio tag inside a webpage

Edit: About the multiple audio tags, I think that is not really an issue: http://www.w3schools.com/tags/tag_audio.asp :D

eson57 commented 9 years ago

Thanks, not the answer I wanted, but perfectly acceptable. Well, it's not that important to me, I just wanted to know.