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

STATUS_SKIP_FORWARD event is not being reported in iOS

Open timstoute opened this issue 2 years ago • 3 comments

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.

timstoute avatar Aug 12 '22 14:08 timstoute