vahost
vahost
Same result here. With Android Studio open but emulator not running, I get the sh error. Open an emulator and re-build, and the error goes away.
@hawkeye64 No. Here is my player script: ``` export default { props: { mp3 : String }, data(){ return{ } }, methods: { error(MediaError){ console.log("player error: ", MediaError) }, pause(){...
@hawkeye64 Thank you. Sure, I'll be happy to help with the testing.
Like what permission? In my plist file I already have: ``` UIBackgroundModes audio ``` What other permissions do I need? Here is the full plist file: ``` CFBundleDevelopmentRegion en_US CFBundleDisplayName...
@hawkeye64 > there is possibly a new permission that allows media controls to be turned off. 🤷♂️ That doesn't really make sense to me. If the media controls weren't allowed...
@hawkeye64 You're right, I have no idea what you're saying. Where do I have controls=none? To the best of my knowledge, I don't have that set anywhere.
I just wanted to let you know that I saw your notes, and I plan to implement them. Right now, I'm dealing with a compile error that is preventing me...
I couldn't resolve the cordova issue, so I tried capacitor instead. Capacitor goes properly into dev mode with my iPhone. I also added your code to my CSS. However, I'm...
Strange that it doesn't happen with the vue-plyr. I wonder why?