HTML audio - view on iOS -


im having problem html audio player view on ios. ok on pc (mac) , android, on ios (chrome , safari) looks somehow cut.

could please?

<div align="center"> <audio autoplay="" controls="" id="myaudio" src="/file/69/champions-league.mp3">&nbsp;</audio> <script>   var audio = document.getelementbyid("myaudio");   audio.volume = 0.2; </script></div> 

this on safari on ios ios

this on chrome on mac mac, chrome


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -