Skip to content

await not available in Cordova #5

@JohnMcLear

Description

@JohnMcLear

Cordova example currently expects async/await to be available and that is not the case.


        gpcard.connect().then(() => {
            console.log("connected")    
        }).catch(error => {
            console.error(error)
        })

should work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions