the background concert plays automatically when the H5 Android phone opens the page for the first time, but the background music stops after the page is refreshed. Is there a solution
the background concert plays automatically when the H5 Android phone opens the page for the first time, but the background music stops after the page is refreshed. Is there a solution
some mobile browsers have throttling control, that is, automatic playback is not allowed when users do not interact.
my suggestion for audio is to stop by default and start playback only when users have sliding behavior.
on the one hand, Wechat's built-in browser uc and other things are relatively unified and will not be played automatically.
on the other hand, when there is an audio tag rotation animation, the audio is not loaded but the animation is spinning all the time, which will be very embarrassing.
problem description because a page needs to be zoomed in and out, after setting the user-scalable=yes, H5 page in viewport to allow zoom in and out, only on the Android phone app, the browser s zoom in and out icon appears on the page, how to remove...