Skip to content

Bugs in tizen Multitasking #46

Open
@jorgitoml

Description

@jorgitoml

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions