Matt Shannon

Results 22 comments of Matt Shannon

@pmiguelmartins do you have any hook scripts that might be overwriting the `gradle.build`? It took me a bit of work to get my project working but the best thing I...

Oh didn't realize you are using vue, not that it should really matter but I'm using TS/Vanilla JS. I don't think the node version `v16.14.1` is supported however. I'm running...

I'm sure your structure is different than mine since I'm building in vanilla js. I have hook scripts that write to a couple build.gradles. I would suggest jumping on the...

@pmiguelmartins you're getting closer. Your android manifest needs an exported="true || false" for every activity. You also need to add your firebase services. Bare with me I'm on the beach...

> @SingleMalted Thanks very much > > And enjoy the beach ... I'm from Portugal / Algarve ... I know what is beach time !!!! You need to add a...

I've been using [local-notifications](https://github.com/NativeScript/plugins/blob/main/packages/local-notifications/README.md) as a workaround for this for a while now.

yep, basically. It checks that the app is in the foreground and is Android. If so, it schedules a local notification. It's not ideal but it works well enough.

@triniwiz Has this issue, using `._native` instead of `.native`, been patched?

It would be nice to get this wired up for iOS. Thanks