native-audio icon indicating copy to clipboard operation
native-audio copied to clipboard

complete event does not work for Android

Open maihannijat opened this issue 4 months ago • 0 comments

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

maihannijat avatar Sep 10 '25 15:09 maihannijat