native-audio
native-audio copied to clipboard
Hi there! I'm interested in using this plugin with[ Capacitor 6](https://github.com/ionic-team/capacitor). Are there any plans to adapt it for compatibility with Capacitor 6? Thanks!
I’d like to play mp3 audio in my ionic capacitor app. I download file from server and then I want play it. I used: @capacitor/filesystem in order to download file...
**Describe the bug** A clear and concise description of what the bug is. Initialization of plugin and importing NativeAudio throws an error ReferenceError: capacitorExports is not defined **To Reproduce** Steps...
Reference: https://capacitorjs.com/docs/updating/plugins/6-0
**Describe the bug** on iPad, no sound when calling play(). same code works on web: chrome, safari **To Reproduce** Steps to reproduce the behavior: 1. install the plugin according to...
# Confusing documentation / Wrong behavior I added this library to my project and I found out that my audio file was not being played. I thought it was due...
I have a method which is responsible for playing the sound, place the mp3 file in the folders indicated in the documentation, when compiling on the web if the sound...
**Describe the bug** I'm using the library to play audio, everything works fine but as soon as I put the app in background, the audio stops. **Expected behavior** Ability to...
**Describe the bug** Is there any way to play mp3s written by the FileSystem plugin / base64 in memory? According to an older report it was possible in the following...