Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5FCAC18AB1 for ; Fri, 19 Jun 2015 17:32:01 +0000 (UTC) Received: (qmail 543 invoked by uid 500); 19 Jun 2015 17:32:01 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 369 invoked by uid 500); 19 Jun 2015 17:32:01 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 238 invoked by uid 99); 19 Jun 2015 17:32:01 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2015 17:32:01 +0000 Date: Fri, 19 Jun 2015 17:32:01 +0000 (UTC) From: "Colin Bau (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-9218) media's "pause" bugs with WP 8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Colin Bau created CB-9218: ----------------------------- Summary: media's "pause" bugs with WP 8.1 Key: CB-9218 URL: https://issues.apache.org/jira/browse/CB-9218 Project: Apache Cordova Issue Type: Bug Components: Plugin Media, WP8 Environment: I using WP8.1 with with cordova-plugin-media 1.0.0 Reporter: Colin Bau Assignee: Jesse MacFadyen this is my full code =3D=3D=3D=3D=3D var myMedia1 =3D new Media("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_= rockGuitar.mp3") myMedia1.play(); setTimeout(function() { myMedia1.pause(); }, 5000); setTimeout(function() { myMedia1.play(); }, 8000); =3D=3D=3D=3D=3D this music about total 18 seconds when in Android and iOS=EF=BC=8Cthe music will pause after 5 seconds and re= play after 8 seconds (it mean replay in range 5 -18 seconds) but... only when in wp8.1=EF=BC=8Cit seem pause too after 5 seconds but restart pl= ay the music (it mean replay in range 1 -18 seconds) tried many times...trust me -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org