You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when fire the first TRACK_CHANGED event , data.currentItem == {}
then, the second TRACK_CHANGED event fire, data.currentItem is current, but
data.hasPrevious =1 and data.hasNext = 1
Platform and Version (eg. Android 5.0 or iOS 9.2.1) iOS 12
(Android) What device vendor (e.g. Samsung, HTC, Sony...) iPhone 7 Plus
Cordova CLI version and cordova platform version
cordova --version # e.g. the Newest
cordova platform version android # e.g. the Newest
Plugin version
cordova plugin version | grep phonegap-plugin-push # e.g. the Newest
Sample Push Data Payload
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered:
boboxiaodd
changed the title
playlist count from N
playlist count from N to 1 , TRACK_CHANGED's data.hasPrevious =1 and data.hasNext = 1
Feb 18, 2019
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 fire the first TRACK_CHANGED event , data.currentItem == {}
then, the second TRACK_CHANGED event fire, data.currentItem is current, but
data.hasPrevious =1 and data.hasNext = 1
Platform and Version (eg. Android 5.0 or iOS 9.2.1) iOS 12
(Android) What device vendor (e.g. Samsung, HTC, Sony...) iPhone 7 Plus
Cordova CLI version and cordova platform version
Plugin version
Sample Push Data Payload
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: