Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-9218

media's "pause" bugs with WP 8.1

    XMLWordPrintableJSON

Details

    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)

      just use any mp3 music that you like
      tried many times...trust me

      Attachments

        Activity

          People

            purplecabbage Jesse MacFadyen
            bau720123 Colin Bau
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: