Alex Poliakov

Results 14 comments of Alex Poliakov

Hello everyone! In my case everything fixes after putting **token-refresh** firewall rule **before** api rule. token-refresh: pattern: ^/api/token/refresh stateless: true anonymous: true api: pattern: ^/api stateless: true guard: authenticators: -...

@farfromrefug most likely that you are absolutely right. **But** in my case (and in case of any heavy animation) low render time is much more preferred than low CPU usage....

@vmutafov thank you so much! Will wait for any results!

@vmutafov I'm using Android Choreographer in my app, example app works without it but with same symptoms. My animation affects only background color. And now i'ts working inside frame callback,...

@vmutafov [Nativescript Playground Example with Choreographer](https://play.nativescript.org/?id=yRTcJk&v=2) ![ezgif com-video-to-gif](https://user-images.githubusercontent.com/1193381/66767759-cc922100-eeb9-11e9-81ec-f4a99df746e5.gif)

@vmutafov On Android 10 and updated NativeScript 6.2.0 the same situation ![ezgif com-video-to-gif](https://user-images.githubusercontent.com/1193381/68385211-e8f44700-0161-11ea-86f0-51d0e75e0013.gif)

Also waiting for this issue fix. NS 6.5.0 and BottomNavigation.

Maybe it's somehow connected to NativeScript/ios-runtime#1251 ? There is also native object transforms to JS without needed methods. I've tested app with latest version of ios-platform (that consist fix of...