Soundmanager2 On Iphone - Sound Not Playing On Jquery Load
I'm trying to use SoundManager2 as part of an iPhone Web App to play a sound after a form has been submitted using jQuery. The particular sound that is played is dependant on the r
Solution 1:
You do know iPhone Safari has sound limitations applied? Basically it will not play sound without user interacting with a page somehow (via touching screen). So forget about automatic sound being played via "onLoad" or any other event.
With SoundManager2 and my iPhone though, I find it a bit tricky sometimes.. I'm pretty sure it plays sound (even several) automatically after I finger-click at least 1 time in my app (for example closing initial html popup ( basically))
So check this lead at least...
Tomasz
Resources:
http://buildingwebapps.blogspot.com/2012/04/state-of-html5-audio-in-mobile-safari.html
http://blog.logicking.com/2012/03/cross-platform-sounds-for-html5-games.html
Post a Comment for "Soundmanager2 On Iphone - Sound Not Playing On Jquery Load"