-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Hi,
Thanks for your plugin.
I've initialized in app.js deviceready event with the same data provided in readme.
In console i get "RemoteControls plugin init." message, but nothing shows up on lock screen.
This is my code in app.js:
var params = ["Daft Punk", "One More Time", "Discovery", "http://netahang.com/image/song-image/400", 200, 100];
window.remoteControls.updateMetas(function(success){
alert(JSON.stringify(success));
}, function(fail){
alert(JSON.stringify(fail));
}, params);
Metadata
Metadata
Assignees
Labels
No labels