Can HTML5 in the browser play continuous audio on iOS lock screen?
问题 I have been trying to track this down and there doesn't seem to be a consistent answer. If I have a website that tries to play multiple songs in a row (think playlist) using the HTML 5 audio element, can it continue to work on the iOS lock screen? For some background, this answer seems to indicate it may be possible. But then this article suggests it is not. I tried following the closest example of what Apple recommends, as found here, to replicate this. I am using plain, vanilla javascript