-
Having a strange issue where no audio comes out if I build and deploy to my device ie -
If I use this and select the play button I can see the play works looking at console logs and that android has the audio display in notifications panel but no sound plays? if I enable hot reloading audio works fine -
Not sure what is stopping the audio - when I build the app vs loading the shell and having hot reload in place? Samsung s24 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I have this issue too 😬 I think it's because native land cannot resolve Capacitor's |
Beta Was this translation helpful? Give feedback.
-
That fixed it, build deploy and call direct from filesystem for me
Probably best to update the example or post a note to use file picker or copy files from assets to play |
Beta Was this translation helpful? Give feedback.
That fixed it, build deploy and call direct from filesystem for me
Probably best to update the example or post a note to use file picker or copy files from assets to play