Brad Martin

Results 232 comments of Brad Martin

`3.0.0` is pulled from NPM https://www.npmjs.com/package/@nstudio/nativescript-pulltorefresh. You might need to clean your local project by deleting node_modules, platforms, hooks directories and then installing and building the app fresh.

This will fix it https://github.com/EddyVerbruggen/nativescript-barcodescanner/pull/278 - the actual instance was undefined and was still getting passed the `(!this._observer)` check so it would crash when adding it. Fix tested and works...

It's possible on `iOS` the user can end up locking access to the security within the app. I use the following code to check ```typescript if (isIOS) { // check...

Not able to reproduce the iOS player returning 13. `volume` on AVAudioPlayer is 0.0 = 1.0 (https://developer.apple.com/documentation/avfoundation/avaudioplayer/1389330-volume) I just ran the demo app, added an interval to log out the...

@karthiksbhat - from your version print above, you're running 4x runtimes with 3x core modules. Not saying that's your issue but you can update core-modules to 4x if you have...

Ah you didn't mention that in your comment and the issue is titled for iOS. I'll look at Android but believe it worked fine last I ran the demo. Could...

@bradrice - I just peeked the android source code ```typescript get volume(): number { // TODO: find better way to get individual player volume const ctx = this._getAndroidContext(); const mgr...

@BlueHunter99 looks like the `skipLibCheck` flag wasn't turned on for the demo-ng. I just pushed that change, it should skip over the node_modules so you don't get these errors. Let...

Yea, would be great if you could help fix this up :)

Have not had time to look into this. Would like to but not much free time right now. If anyone finds a solution, feel free to PR or post here...