Skip to content

Plugin not working on iOS #28

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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