wilsonwu / vuetify-audio

A Vue audio player base on Vuetify UI framework: https://wilsonwu.github.io/dist/index.html#/vuetifyaudio
MIT License
140 stars 32 forks source link

not playing on iOS ipad #11

Open bluelemonade opened 4 years ago

bluelemonade commented 4 years ago

hi,

like another user wrote in an closed issue, the player works only when I add the controls keyword to the

regards

wilsonwu commented 4 years ago

Thanks for your feedback, can you give me a code example for work and not work, thank you very much!

bluelemonade commented 4 years ago

hello,

first of all, I have to thank! nice component.

I'm testing a bit on a PWA development, Therefore I played with a small audio guide for museums. this works fine on Windows and Android. But the sound does not start on the iPad.

You can see the application here: https://bluelemon.de/demo/pwa2

then on audio selection and "1111" (corresponds to the route https://bluelemon.de/demo/pwa2/#/audio/:222)

on the iPad the sound starts sometimes, sometimes not, when I switch to autoplay it doesn't actually work. But when I activate the system controls, the sound also plays with autoplay

regards