felixkrautschuk
felixkrautschuk
We also noticed that issue on our Motorola device, however it seems to be related to the [Nova Launcher](https://play.google.com/store/apps/details?id=com.teslacoilsw.launcher&hl=de&gl=US) somehow. When switching back to the default launcher, the Splashscreen is...
I also notice some weird crashes on iOS, mostly when navigating between pages with a RadListView (ObservableArray is getting emptied using splice method and filled with fresh data every time...
Just to add one thing: In my case, commenting the call of [queueGC](https://github.com/NativeScript/NativeScript/blob/master/packages/core/ui/image/index.ios.ts#L38) inside disposeImageSource method of the core/ui/image module drastically decreases the amount of crashes while testing, at least...
@JayLHein @3rror404 thanks for confirming that you also have no problems using @nativescript/ios 8.0.0. For me the last version without crashing was **8.0.1-rc.0** and when switching to 8.1.0-alpha.0 (without any...
I finally managed to create a sample app for reproducing this issue. In our production app there are many different scenarios where the app is crashing (starting from @nativescript/ios 8.1.x)...
Just an update: I need to test further first, but it looks like upgrading to @nativescript/core 8.3.0 fixes this issue. At least I was not able to reproduce the crashes...
Sorry, I forgot to reply here.... Thanks for your help, it works now as expected with @nativescript/core 8.3.3!
I just noticed that it may happen on Android as well, but not in the same dimenson like iOS. https://user-images.githubusercontent.com/6443021/157669994-86a5e0dc-623d-4142-96d2-41f10c8ce910.mov But I noticed that on ANdroid it may happen with...
@DimitrisRK Thanks for your feedback. I checked that out in the sample app and it seems to work for ListView. But there are some issues when using RadListView (which is...
Thanks, that seems to do the trick!