Platform: iOS
TNS: 3.0 RC
I am creating a chat plugin using ListView, where a TextView is within an itemTemplate. Before upgrading from 2.5.x to 3.0 RC, the TextViews respectively auto-sized themselves according to their content size. However, in 3.0 RC, the TextView will only auto-size to the correct dimensions if it's the first item that is pushed to the ListView. The other ones will be the size of its previous item neighbour. More or less. It's buggy in random ways, because if I scroll they all resize to random dimensions.

The difference between 2.5.x and 3.0 RC can be checked here:
2.5.x: https://github.com/NordlingArt/nativescript-na-chat
3.0 RC: https://github.com/NordlingArt/nativescript-na-chat/tree/TNS3
Reactions are currently unavailable
Platform: iOS
TNS: 3.0 RC
I am creating a chat plugin using ListView, where a TextView is within an itemTemplate. Before upgrading from 2.5.x to 3.0 RC, the TextViews respectively auto-sized themselves according to their content size. However, in 3.0 RC, the TextView will only auto-size to the correct dimensions if it's the first item that is pushed to the ListView. The other ones will be the size of its previous item neighbour. More or less. It's buggy in random ways, because if I scroll they all resize to random dimensions.
The difference between 2.5.x and 3.0 RC can be checked here:
2.5.x: https://github.com/NordlingArt/nativescript-na-chat
3.0 RC: https://github.com/NordlingArt/nativescript-na-chat/tree/TNS3