PS
PS
This error is because `https://github.com/moust/cordova-plugin-videoplayer.git` is not a known package name in NPM and Cordova installs plugins from NPM as of version 6. You can install from git links using...
`cordova-plugin-media` releases the track when they complete, even if `ionic-audio` doesn't. The simple solution is to just delete and re-create the track from the same source data once it completes....
You will need to build your own implementation to do this. In fact that is what I have done. I took audio-track-component, turned it into a service, and inject it...
You can't do this via ionic audio, period. This is not an issue with this fantastic library; rather the problem is with the devices. Even if you implement something like...
All, To anyone encountering this issue, please check here: https://github.com/apache/cordova-common/issues/88 to see if that is your issue. I'd bet it is.
@noahcooper @Mapiac you should be able to use 3.2.1 which is now published, which fixes the issue for cordova-android in the branch plugin's 3.x line. If you're using cordova 8/9...
@echo-branch would it make sense to close this issue now?
@powysm @echo-branch That is correct; the 3.x releases are intended to be backwards compatible with older Android Studio + Older Xcode, meaning we aren't changing things like `compile vs implementation`...
This issue always means one of two things: 1. Your SHA's are incorrect on the firebase console (they do not match the signing cert for the binary), or 2. Your...
Thanks @Leo1305Pineda this looks like a good change, we'll make sure it gets in.