Dimitris-Rafail Katsampas

Results 125 comments of Dimitris-Rafail Katsampas
trafficstars

> now the dialog root view has the `Application` `rootView` as parent to be able to access the `ns-root` class which comply with css specs (for example to read root...

> You still can. Ns-modal only apply to modals But without that PR you can't access root CSS variables from a modal CSS. Which you would expect ( I think)....

Is this a problem that came along with 8.6 release?

> I just updated `@nativescript/android` to version 8.5.3 because I thought [NativeScript/android@6a533ce](https://github.com/NativeScript/android/commit/6a533ce58b22b163d888c51f203be2ef3aa98347) was supposed to fix the issue, but unfortunately it does not. > > Forcing `FPSCallback._isNativeFramesSupported` to return `false`...

@Nantris I believe this is related to #10441 and is triggered by a `pointermove` dispatch during ticker updates. https://github.com/pixijs/pixijs/blob/dev/src/events/EventTicker.ts#L110

I did some digging and problem seems to be lying in `refreshPause` calls. @nicolasalt Can you try changes from PR #270 a few times locally? It might be a candidate...

A note regarding this. In android runtime, we have this feature configurable using `handleTimeZoneChanges` as mentioned above. See: https://github.com/NativeScript/android/pull/1033 In iOS runtime, we'll need a listener that calls V8's `Date::DateTimeConfigurationChangeNotification`...

> @cjohn001 tbh I didn't even know that flag existed on Android 😅. The PR I did exposes the function on iOS so the user can register the notification listener...

> @CatchABus the issue is a cache size issue. On android you can change it with `pageCount` property. By default it is set to 0. Need to check what it...

Page components are usually cached for backwards navigation, and that might be why you face this problem. Upon navigating back using back button or `goBack` method, component will trigger `onDestroy`...