Hi all!
I could successfully implement play and pause function on my ionic app to play a mp3 file from a url. File plays well.
But when I try different functions like init, stop, seekTo or other I get error "... is not a function".
I have included the Cordova Media Plugin 1.0.1 at app settings page, also I have tried at compiled APK and those functions didn't work too.
I reviewed the documentation at page reference (http://ionicframework.com/docs/v2/nat...) and seems I ́m doing in the right way. Any idea what could be wrong?