Open vespino opened 9 years ago
Can you tell me your cordova version please?
PGB 3.7.0
You run it on iOS right?
Correct. Android doesn't support these features if I'm correct.
Yes It's only for iOS. I've updated the code so I have to test it before merge to master.
Any news on this?
I have included the following in my config.xml:
< gap:plugin name="com.silverorange.now-playing" / >
Also the following code:
var nowPlaying = window.plugins.nowPlaying; artist = nice_name; title = nice_name; album = nice_name; cover = 'www/icon.png'; nowPlaying.updateMetas(artist,title,station,cover);
(also without cover, but seeing this seems to be in the plugin)...
Nothing is shown on my lockscreen but the link that is played (pls file). What can I be doing wrong?