[ 
https://issues.apache.org/jira/browse/CB-8187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14251851#comment-14251851
 ] 

Facundo Sosa commented on CB-8187:
----------------------------------

Debugging C#'s Media.cs file, I realized that optionsString array (filled by 
JSON.JsonHelper.Deserialize method) has three positions. Pos 0: mediaoptions 
id, Pos 1: msec to seek and Pos 2: callbackId, then the code is trying to 
parseInt pos 2 (which has callbackId not msec to seek) and getting callbackId 
from pos 3 (this position does not exist in optionsString).


> media plugin wp8 seekTo does not work
> -------------------------------------
>
>                 Key: CB-8187
>                 URL: https://issues.apache.org/jira/browse/CB-8187
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Media, WP8
>    Affects Versions: Master
>            Reporter: Facundo Sosa
>            Assignee: Jesse MacFadyen
>            Priority: Minor
>
> In wp8 emulator, when the audio is playing, seekTo method does not work. 
> Audio remains running but it does not change position.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to