audiojs icon indicating copy to clipboard operation
audiojs copied to clipboard

Does not load in Chrome for Android

Open jackpf opened this issue 9 years ago • 5 comments

Can't seem to get it to load properly with chrome on android, the spinning arrow displays indefinitely.

However if I click the spinning arrow, the audio will start to play. So it must just be a UI problem.

Happens on the demo site as well.

jackpf avatar Nov 13 '15 11:11 jackpf

Unable to reproduce in Chrome 48. Please confirm that this is still broken and I will happily investigate further.

Zetaphor avatar Jan 28 '16 18:01 Zetaphor

Just tested on Chrome 47.0.2526.83 on Android 5.1.1 and can confirm the spinner doesn't automatically change to a play/pause button unless clicked manually screenshot_2016-01-29-09-50-40

jackpf avatar Jan 29 '16 09:01 jackpf

Interesting, now I need to find an Android 5.1 device to test against

Zetaphor avatar Jan 29 '16 15:01 Zetaphor

I have an android device, with chrome 48. I can confirm that the auto-play feature does not work properly. I must click on the player before it will then load. once clicked, audio will then play. This is the tag im using:

   <audio autoplay="autoplay"> 
      <source src="OVERWERK_Daybreak.ogx"> 
   </audio> 

It auto-plays fine in desktop environments. 
I can try it with an mp3, but I don’t think that’s the issue.

mf0hka avatar Feb 13 '16 05:02 mf0hka

Is this related to what Webview has in place to prevent data usage by autoplaying content or allowing JS to trigger playing of content without a manual click?

quinxy avatar Feb 16 '16 02:02 quinxy