cordova-music-controls-plugin icon indicating copy to clipboard operation
cordova-music-controls-plugin copied to clipboard

iOS iPhone Emulator i see streaming url

Open al404 opened this issue 8 years ago • 7 comments

Hi,

I'm using your plugin with HTML audio and shoutcast stream, only on iPhone when i go in the lock screen i see the shoutcast url on to under nothing that seems a progress bar but is empty since i don't have a duration

can i hide the streaming url? i try to fill all the values in the example with a string but it doesn't seem to make any difference

hide the progress bar would be great if possible

al404 avatar Jun 23 '17 15:06 al404

Hello, for my project I use this : https://github.com/apache/cordova-plugin-media

It work like a charm ;)

RomainDev25 avatar Jul 07 '17 08:07 RomainDev25

do you thing could be about provision profile permission? i used default ones

al404 avatar Jul 15 '17 11:07 al404

Hello, I just had the same problem using html5

EX: <audio title="YOUR_TITLE">

Hope it helps ;-)

ruben2315 avatar Aug 09 '17 14:08 ruben2315

Same here, but this seems to be a bigger problem: When using HTML5 audio tag / object in ios the controls seem to inherit the meta-data form the HTML tag. And it overrides any settings made. even the cover in my case.

Remco75 avatar Sep 01 '17 13:09 Remco75

I can confrim that the cordova-media plugin dos not have these problems

Remco75 avatar Sep 01 '17 13:09 Remco75

the webview seems to overwrite the meta data you set with the URL every time.

If you use the cordova media plugin all works as expected.

Test on a real device, the emulator can be hit or miss with lock screen and control center testing.

ghenry22 avatar Nov 21 '17 06:11 ghenry22

I can confirm that the emulator is hit or miss a lot. My team spent half a day "fixing" an issue that only occurred on an emulator.

BuddyLReno avatar Nov 21 '17 13:11 BuddyLReno