yunyun27 opened a new issue #294:
URL: https://github.com/apache/cordova-plugin-media/issues/294


   With media plugin version 1.0.1, you can preload sound files, and play them 
without any problem.
   With the latest media plugin, 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(); // works in v.1.0.1 but not the latest version
   
   I'd been using 1.0.1 to bypass the issue but it seems no longer possible 
with new ios build requirements.
   
   Preloading is quite important for me.  Could someone please help?  Thank you!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to