Rob

Results 45 comments of Rob

@delanick I found that it is caused by some interaction between this barcode-scanner plugin and the [@nativescript-community/ui-material-bottom-navigation][1] plugin. Specifically, the error occurs when `activity.getLifecycle()` is called: https://github.com/nativescript-community/ui-material-components/blob/2140ffc99ffe3ab1eef87ef8c8852e644c271b5b/src/bottom-navigation/index.android.ts#L400-L417 I am not...

@delanick Np, I hope it works for you. We should probably follow up on this in the bottom-drawer plugin repo so maybe they can address it. The file is located...

@EddyVerbruggen I am also having the same issue where iOS crashes if the notification is scheduled and app is in foreground. Is there a work around at the moment for...

@uidhtml I feel you, I've been trying to figure this out all week. I'm having a hard time bc there's no errors/exceptions to go off of. Even debugging in xcode...

Thanks Uidhtml. I will keep trying also bc I also really need this.

@EddyVerbruggen @uidhtml So it appears that `userNotificationCenterWillPresentNotificationWithCompletionHandler` really is where the problem is. I narrowed it down to calling `completionHandler()` is what crashes the app on iOS. If you don't...

I just had the same issue but I wasn't sure if the NativeScript mobile part of the shared app needs the `"noEmitHelpers": true,` so instead I put `"noEmitHelpers": false,` into...

> @betosalvador `preview` needs app store updates which we're working on to bring Angular 10 support to the {N} Preview app. We'll ping back once latest updates have been approved...

I had to just take the switch out of the RadForm completely, and just use a plain switch underneath the form (separate, not part of the RadDataForm). Not a great...

> Any updates on this Issue? Don't think so. If you are using Angular I recommend using Angular Reactive Forms instead of the RadDataForm plugin. It's been working a lot...