javascript - H5 audio tag How to achieve continuous playback of music across pages (without restarting)
为情所困2017-05-16 13:29:47
0
2
1593
Mobile terminal development How to achieve continuous playback of music across pages (without restarting); the currentTime attribute is not easy to use. . . . . .
</frameset> </html> Hide the first page, play music, jump to the second page, or use history.pushState to load data across pages Reference http://stackoverflow.com/ques ...
I haven’t explored whether it can cross pages, but our page can be simulated with p, so that the music can always play
Two methods
<html>
<frameset cols="50%,50%">
</frameset>
</html>
Hide the first page, play music, jump to the second page, or use history.pushState to load data across pages
Reference http://stackoverflow.com/ques ...