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

ios 15 support. this was previously fixed for ios 13: https://github.com/Rolamix/cordova-plugin-playlist/commit/87227ff46000a69d8a3151d3f7946f45785e8b79

### Expected Behaviour It is not possible to release/close player. I can see there is some code in iOS like for example RmxAudioPlayer.m - (void) release:(CDVInvokedUrlCommand*)command { NSLog(@"RmxAudioPlayer.execute=release"); but can...

## Description Updated use of support library for annotations to the androidx library. This is due to the support library no longer being maintained and the androidx library replacing it....

Currently, android has stopped maintaining the support library, opting to replace it with the Android X library. This has caused issues when building with other plugins that use android x...

@codinronan first of all i really wanna thank you from the bottom of my heart for this wonderful plugin it made a app possible 3 year ago which i would...

### Expected Behaviour To work with Ionic4 and Cordova 9. Any plans / timeline on this? (Good job with the playlist function though! Are you the only one who have...

Don't work in iOS with Ionic3. **Code:** ``` this.cdvAudioPlayer.setOptions({ verbose: true, resetStreamOnPause: true }).then(() => { this.cdvAudioPlayer.setPlaylistItems([ // Intersperse good tracks with failures { trackId: '1', assetUrl: 'http://streaming1.ondamusicalradio.com:8100/omrfmweb', albumArt: '',...

### Expected Behaviour Play next item in playlist smoothly ### Actual Behaviour Next item in playlist stutters at the beginning ### Reproduce Scenario (including but not limited to) #### Steps...

### Expected Behaviour When the HTTP request to stream a playlist track is rejected (i.e. the response is an HTTP 4xx client error), the playlist should handle this gracefully, by...

Hey people, i have a project with vue, cordova and framework7, the plugin works perfect on Android, but when i add a tag audio or video in the page, the...