-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Environment
- CLI: 5.0.1
- Cross-platform modules: 5.2.0-2018-11-27-104751-03
- Android Runtime: 5.0.0
- iOS Runtime: 5.0.0
Describe the bug
Refer to NativeScript/nativescript-angular#1599
On iOS, the ListView layout is rendered incorrectly, text is overlapping. This is happening with the elements that are not initially displayed on screen. This works fine with tns-core-modules version 4.2.1.
On Android, the ListView works fine.
To Reproduce
Create a ListView with a StackLayout large enough to go off the screen and then scroll to the bottom of the list.
Expected behavior
Correctly display ListView without elements overlapping.
melineric and maxorlovsky