Brad Martin

Results 232 comments of Brad Martin

I have this done locally, just need to handle merging the changes and not causing too many issues/breaking changes.

this plugin will be the future work of playing audio files https://github.com/nstudio/nativescript-audio-player It uses AVPlayer, has no built in recording as splitting the plugins made more sense overall to us...

PR gladly accepted. As long as you don't mind documenting on the README that this property is `iOS only`. So document here (https://github.com/bradmartin/nativescript-floatingactionbutton#api)

For some reason it was never published to the repo. https://github.com/EddyVerbruggen/nativescript-barcodescanner/pull/278 I've fixed the repo on this PR so once it is merged it will work fine.

Can you share the project package.json, your code for how you're using the video player as well?

Not sure what the issue is :) hard to help. V7 was a major version with breaking changes. If you have any errors or more info on what is broken...

@7ammer - you want to set this property on the https://developer.apple.com/documentation/avkit/avplayerviewcontroller instance which in the ios source is here https://github.com/nstudio/nativescript-videoplayer/blob/master/src/videoplayer.ios.ts#L28 under the private `_playerController` currently. It's still accessible, but you...

Don't think the iOS version has a shadow implementation. Maybe it's been updated and we can update the plugin to use it if so. Or find a better FAB for...

Looks like you might be registering the wrong package ``` registerElement("PullToRefresh", () => require("nativescript-pulltorefresh").PullToRefresh); ``` use the `@nstudio/...` scoped version

Ah yea, you want a 'speeddial'. I did it way back but never posted the snippet anywhere I can find :( https://www.youtube.com/watch?v=3n8cuJZmOvw&feature=youtu.be Basically you'd just have your main FAB with...