javascript – Is it possible to remove the player WIDGET while playing audio with HTML5?
I am using the HowlerJS library to play audio in my VueJS application.
I need to play large audio files (more than 10 minutes) so I’m using HTML5Audio instead of Web Audio API.
The fact is that the widget in notifications and on the lock screen is not created with the web audio api, but with html5 it appears.
Showcase of how this player-widget looks like
I wanted to ask if it is possible to hide this widget when audio is played with html5? The platform where I publish the web application prohibits the creation of such widgets, and I cannot use the web audio api, because then users have to wait 0.5-1minute before audio will be downloaded completely.
I know they made it for better user experience, but maybe there is some way to get rid of this player-widget in notifications area?
Read more here: Source link