James Macmillan
James Macmillan
Thanks @rbudnar. Reverting has done the trick while waiting on the PR.
Any movement on this issue? It looks like the PR may not yet have been merged. It's the thing holding us back from Updating to 8.
Confirmed the code isn't in the master branch: ```bash git --no-pager grep '_applyBackground' ``` gives no results. Can the PR be reopened and targeted at the next branch?
Now here, to save me having to look again: https://github.com/NativeScript/NativeScript/tree/feat/refactored-background-handling
Just a heads up that I think this issue can be closed now. It appears the fix is in 8.2.1: https://github.com/NativeScript/NativeScript/blob/8.2.1-core/packages/core/ui/action-bar/index.android.ts#L224 Thanks for everyone's hard work.
Is your tsconfig set to produce ES2017? I noticed zone issues popping up with async/await after the latest nativescript releases. See https://github.com/angular/angular/issues/31730, zone doesn't support native async/await in ES2017 targets....
Cheers for getting back to me. I like the idea of using the HostProperty, for now I've worked around by renaming the event to 'tapped' which stops the conflict. I'm...
Similar issues with postinstall failing for me. Environment: ``` OSX Node version: v13.6.0 NPM Version: 6.13.4 ✔ Getting NativeScript components versions information... ⚠ Update available for component nativescript. Your current...
I've noticed the same with nativescript 7, on iOS, with `@nativescript/theme`. When profiling with `profile: 'timeline'` in `nativescript.config.ts` I noticed tonnes of calls to parse css and apply it. My...