Skip to content

Plugin not working on iOS #28

@HrBayat

Description

@HrBayat

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions