What are the limitations of HTML5 audio on Android and iOS?
问题 I've noticed that for the HTML5 Audio element, what works on the latest version of Chrome for PCs will not necessarily work on the default browser in Android, Chrome for Android, or Safari on iOS. What limitations exist for Audio on these platforms? Specifically: Which audio formats are supported on each platform? For each platform, is a user interaction event (eg. onclick) required to play audio from javascript? (via new Audio(url); ) Can audio be played from a data URI on the Android and