Dave Coffin

Results 40 comments of Dave Coffin
trafficstars

@jibon57 any thoughts on this?

I sort of figured this out, I'm not good enough at Android to know whats going on...but heres what I found: this block: ``` case Constant.REQUEST_CODE_TAKE_AUDIO: if (resultCode === androidAcivity.RESULT_OK)...

I could be wrong but I dont think there is any case in which iOS lets you have a video playing while also playing audio from another source.

Hey there, you need this: ``` import * as application from 'tns-core-modules/application'; declare var UIResponder: any, UIApplicationDelegate: any, UIApplication: any, AVAudioSession: any, AVAudioSessionCategoryPlayback: any; class MyDelegate extends UIResponder { public...

Try it in a real app. Not the playground

You need to share more information for us to help. Share the audio file, share code etc.

download it here: https://cl.ly/8c8ab6328bf4

you just have to right click on it to save it nerd.

that a clue though...the mp3 is loading in a video tag. that means the html5 media player thinks its a video. which is probably why its not playing in the...