cordova-plugin-playlist icon indicating copy to clipboard operation
cordova-plugin-playlist copied to clipboard

🎶 A Cordova plugin for Android and iOS with native support for audio playlists, background support, and lock screen controls 🎶

Results 17 cordova-plugin-playlist issues
Sort by recently updated
recently updated
newest added

### Expected Behaviour AudioPlayer.on('pause', (params) => { myContext.pause(); }); AudioPlayer.on('play', (params) => { myContext.play(); }); ### Actual Behaviour AudioPlayer.on('status', (data) => {}); ### Reproduce Scenario (including but not limited to)...

### Expected Behaviour To work with Angular 6 ### Actual Behaviour Doesnt work with angular 6 and Android Studio prints "AAPT ERROR" ### Reproduce Scenario (including but not limited to)...

### Expected Behaviour Being able to build Android 8 ### Actual Behaviour Build Fails #### Steps to Reproduce Create project with Android 8 Add plugin Add google-services.json build project ####...

### Actual Behaviour No voice, no work #### Platform and Version (eg. Android 5.0 or iOS 9.2.1) #### (Android) What device vendor (e.g. Samsung, HTC, Sony...) #### Cordova CLI version...

### Expected Behaviour ### Actual Behaviour ### Reproduce Scenario (including but not limited to) #### Steps to Reproduce var playlist = [{ ... },{...}] player.setPlaylistItems(null,null,playlist); playlist = [{...}] player.setPlaylistItems(null,null,playlist); when...

I'm looking forward to implement it on my project. One question though, can I install the plugin on top of cordova-media just to provide the background audio capability or it...

### Expected Behaviour When last item in playlist has completed `PLAYLIST_COMPLETED` should be called. ### Actual Behaviour It is not called. ### Reproduce Scenario (including but not limited to) ####...