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

Latest Media Plugin cannot preload sound files

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • cordova-plugin-media
    • None

    Description

      Using media 1.0.1, you can preload sound files, and play them without any problem.
      Using the latest version, if you preload multiple sound files, only the last one will be played.

      For example:
      var a = new Media(file1);
      var b = new Media(file2);
      a.play();

      This works with 1.0.1 but not the latest version.
      It would be a big problem for our app since we need to preload sound files and play them later.

      Attachments

        Activity

          People

            Unassigned Unassigned
            yunyun27 Yunyun Cai
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: