Skip to content

complete event does not work for Android #132

@maihannijat

Description

@maihannijat

NativeAudio.addListener('complete') does not work for Android apps, but it does for web and iOS. I have tested the app with different Android SDKs but none of them worked.

NativeAudio.addListener('complete', () => { console.log('complete triggered'); }).then();

The above code does not print logs. But same code does for other platforms.

version: ^7.3.36

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