Page 1 of 2

Audio player on _ _

Posted: 14 Sep 2023, 15:43
by tonux
Hello,

In an article built with PageBuilder CK, I have several MP3 files in an Accordion element. These files come from the Phoca Download component via this code: {phocadownload view=fileplay|id=56|playerwidth=328|playerheight=200|playerheightmp3=30}. There are no reading problems in different browsers, except in Safari on _ _.
If this code is inserted into a normal Joomla article (without PBCK), Safari manages to read the file.
How can this problem be resolved?
Thanks for your help.

Re: Audio player on _ _

Posted: 16 Sep 2023, 00:40
by Jan
Hi, which version of Phoca Download and Phoca Download plugin do you use? What is the MP3 settings in Phoca Download?

Re: Audio player on _ _

Posted: 16 Sep 2023, 11:21
by tonux
I use Phoca Download 4.0.6. I can't see what version the Phoca Download Plugin is. This one is activated.

Re: Audio player on _ _

Posted: 16 Sep 2023, 15:19
by Jan
Can I see the site where this occurs? Phoca Download uses standard audio tag, so I think, this is much more a question on Safari developers :idea:

Jan

Re: Audio player on _ _

Posted: 16 Sep 2023, 17:42
by tonux
Here is the link : https://echodespy.cloudaccess.host/
This is a site under construction as you can see.

Re: Audio player on _ _

Posted: 18 Sep 2023, 15:53
by Jan
Hi,

the code is standard HTML code:

Code: Select all

<audio width="328" height="200" style="margin-top: 10px;" controls=""><source src="/phocadownloadpap/AnIrishBlessing.mp3" type="video/mp4">Your browser does not support the audio/video tag</audio>
Unfortunately, no idea, if Safari needs some specific alternative options for this basic audio tag :idea:

Jan

Re: Audio player on _ _

Posted: 20 Sep 2023, 17:08
by tonux
The Page Builder CK designer thinks you should add the "playsinline" tag to the audio player. This is necessary to ensure compatibility with Apple.
Do you think it would be possible to make this improvement to the player?

GT

Re: Audio player on _ _

Posted: 23 Sep 2023, 00:25
by Jan
Hi, can you provide some link to specification of such attribute. I cannot find any such attribute "playsinline" for audio tag :idea:

Jan

Re: Audio player on _ _

Posted: 25 Sep 2023, 09:01
by tonux
You can find informations here : www.google.com/search?client=firefox-b- ... laysinline > "How to autoplay HTML5 <video> and <audio> tags on iOS"

GT

Re: Audio player on _ _

Posted: 26 Sep 2023, 23:41
by Jan
Hi, I don't get any information on that site.