Open
Description
I've found several bugs in Tizen Player, in the part of the code that handles multitasking.
For example:
-"} else if(APP.multitasking.state === SDK.player.STATE_PAUSED) {" must be: "} else if(this.multitasking.playerState === this.STATE_PAUSED) {"
-"onReqVerifyPlayback" function fails because there is not "setCustomData" method.
-etc etc etc
Could you fix it?
Regards.
Metadata
Metadata
Assignees
Labels
No labels