Brad Martin

Results 232 comments of Brad Martin

That's weird, Chrome opens it up and dumps it inside a `video` tag 😄 - not my area so 🤷‍♂️ . ![video](https://user-images.githubusercontent.com/6006148/48219068-1f319780-e351-11e8-9ed9-3454d83cd39f.png) At any rate, I'll check it out later...

suck it dave. I tried right clicking but since it's in a video tag you don't get a save as option. ![suckitdave](https://user-images.githubusercontent.com/6006148/48219280-b72f8100-e351-11e8-9012-7a8923e5b84a.png)

what platform are you recording on? android or ios? is this happening on both? Also the device inf would be good to know. Also, do you know if your backend...

Just a comment from what I recall about navigating, the views should be cached when you go to a route/page and come back, so it shouldn't be recreating (which would...

https://github.com/nstudio/nativescript-plugins/tree/main/packages/nativescript-barcodescanner That will have this fix, we decided to go ahead and publish a version with the fix as it is needed in many projects that we work on, when...

Hey @Halynsky - I've never debugged the low level android media errors myself. It could be something with the plugin, maybe bad configuration, but honestly I'm not sure. The error...

The audio plugin is using the Android media player so I don't think the plugin itself would cause anything low level to go wrong. It's always possible, like you said,...

See if the demo setup helps, it works on both platforms. I know people use it in angular apps and Vue without issue, but sometimes the iOS layout needs a...

Why not use it as the parent though? Any reason you wouldn't do that in Vue? The PullToRefresh extends `ContentView` [here](https://github.com/bradmartin/nativescript-pulltorefresh/blob/master/src/pulltorefresh-common.ts#L7) which is the base class for the layout containers...

I usually use the `.on` method to register event listeners. The demo seems to be working with this approach here: https://github.com/nstudio/nativescript-videoplayer/blob/master/demo/app/main-view-model.ts#L31 Let me know if that helps or not. If...