capacitor-plugin-playlist
capacitor-plugin-playlist copied to clipboard
STATUS_SKIP_FORWARD event is not being reported in iOS
My tests in iOS are finding that the STATUS_SKIP_FORWARD status event is not being fired when playNext function is called in RmxAudioPlayer.swift (approx. line 316)
It appears that the bool var isCommand is false even though true is passed to the playNext function. When isCommand is false, the line:
onStatus(.rmx_STATUS_SKIP_FORWARD, trackId: playerItem?.trackId, param: param)
will not be called.