This repository was archived by the owner on Sep 15, 2021. It is now read-only.
This repository was archived by the owner on Sep 15, 2021. It is now read-only.
fix(plugin:nativeAudio): Adding delay parameter to preloadComplex and fixing argument order in play #669
Open
Description
"delay" argument has been added to nativeAudio since sidneys/cordova-plugin-nativeaudio@58de269
So the current ng-cordova build would not work with latest version of cordova-plugin-nativeaudio.
Also, the "completeCallback" argument is passed in the wrong spot in "play".