lion

Results 1 issues of lion

In Ionic Native audio [plugin ](https://ionicframework.com/docs/native/native-audio/) The callback methot when a file is done playing not working ``` playAvecIonNative() { this.nativeAudio.preloadComplex('id', 'assets/audio/mw1.ogg', 1, 1, 0) .then(this.onSuccessPreloading, this.onErrorPreload); } onSuccessPreloading =...