[
https://issues.apache.org/jira/browse/CB-9218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Colin Bau updated CB-9218:
--------------------------
Description:
according to this
https://github.com/apache/cordova-plugin-media
this is my full code
=====
var myMedia1 = new
Media("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
myMedia1.play();
setTimeout(function() { myMedia1.pause(); }, 5000);
setTimeout(function() { myMedia1.play(); }, 8000);
=====
this music about total 18 seconds
when in Android and iOS,the music will pause after 5 seconds and replay after 8
seconds (it mean replay in range 5 -18 seconds)
but...
only when in wp8.1,it seem pause too after 5 seconds but restart play the music
(it mean replay in range 1 -18 seconds)
tried many times...trust me
was:
this is my full code
=====
var myMedia1 = new
Media("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3")
myMedia1.play();
setTimeout(function() { myMedia1.pause(); }, 5000);
setTimeout(function() { myMedia1.play(); }, 8000);
=====
this music about total 18 seconds
when in Android and iOS,the music will pause after 5 seconds and replay after 8
seconds (it mean replay in range 5 -18 seconds)
but...
only when in wp8.1,it seem pause too after 5 seconds but restart play the music
(it mean replay in range 1 -18 seconds)
tried many times...trust me
> 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
> Labels: media
>
> according to this
> https://github.com/apache/cordova-plugin-media
> this is my full code
> =====
> var myMedia1 = new
> Media("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
> myMedia1.play();
> setTimeout(function() { myMedia1.pause(); }, 5000);
> setTimeout(function() { myMedia1.play(); }, 8000);
> =====
> this music about total 18 seconds
> when in Android and iOS,the music will pause after 5 seconds and replay after
> 8 seconds (it mean replay in range 5 -18 seconds)
> but...
> only when in wp8.1,it seem pause too after 5 seconds but restart play 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: [email protected]
For additional commands, e-mail: [email protected]