Automatische Wiedergabe von audio mit iOS 5 Mobile Safari, irgendwelche workarounds Links?

Wir alle wissen, dass Apple nicht erlauben die automatische Wiedergabe auf html5-audio-tags mit dem Mobilen Safari. Der workaround für iOS 4 war es, ein iframe-Element mit einem mp3-src. Apple scheint gepatcht werden müssen diese auf iOS 5.

<html>
<body>
iframe mp3 autoplay test
<iframe src='iframe.mp3' width='0px' height='0px' scrolling='no'></iframe>
</body>
</html>

Dieser funktioniert auf iOS 4.3.1, aber nicht auf 5.0.1.

Irgendwelche workarounds Links, oder hat Apple endlich gepatcht alle die autoplay-Schlupflöcher?

  • Funktioniert das nicht mit dem einbetten Ihre sound-Datei?
InformationsquelleAutor user1066539 | 2011-11-26
Schreibe einen Kommentar