Eduardo Speroni

Results 119 comments of Eduardo Speroni

Is there any workaround for this for the time being?

I do have a fork of this plugin that I use on an app which requires exact notification time, but it also has a few other things that are specific...

It's currently not able to deliver notifications in the correct time due to the app hibernating, as you correctly identified in the issue. I have a branch in my fork...

Angular 19 isn't supported by nx yet. Once it is, nx will automatically migrate all components to standalone: false, I imagine.

@gotev can this be merged and released by any chance? Currently, using this library and targeting SDK 34 crashes apps. Thank you!

I have some pending changes for billing 8 because it includes API changes. Let's chat about it this week. Also I don't understand why move all the logic to native,...

You could create a "splash" view which displays the app logo and acts like an extended splash screen, so your first route would be splash screen which immediately goes to...

@mohammadrafigh you can `inject(Page)` in any component and it'll give you the nearest page. Then you can set the styling as you see fit. Same for frame.

This might be too much of a burden to support in the future (especially if we decide to support orientation as well). This is a viable alternative that's around 0.02ms...

@adrian-niculescu thanks for the fixes! Unfortunately, I think we'll do a full refactor of timers soon. When I initally wrote it I thought that the NDK looper was similar to...