| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@marcocasadio a PR is not the place to report an issue - please post your issue in the respective repository (in your case with RadListView that would be https://github.com/telerik/nativescript-ui-feedback/issues) |
Sorry, something went wrong.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes NativeScript/nativescript-angular#1626
Fixes #6628
Fixes #6573
During the first layout of the list view items, they have no window. On scroll when laying out the next items, they suddenly have a window. Maybe because of recycling. This is not the actual issue however. The problem is that for some reason the coordinates of these views in this window are negative, i.e. wrong. Not sure what is causing that.
The easiest and cleanest way to fix this would be to make the iosOverflowSafeArea property inherited and assign it as false to the list view cell. However, we can't do this by design - containers and components must have different default values. So the next best thing is add a new property which can be inherited - iosOverflowSafeAreaEnabled. Setting this to false would disable the setting of the other property to the View and all its children.