nativescript-community / ui-collectionview

Allows you to easily add a collection view (grid list view) to your projects. Supports vertical and horizontal modes, templating, and more.
Apache License 2.0
59 stars 18 forks source link

iOS wrong item heights / ovrlapping items since 4.0.72 with dynamic cell size #57

Closed felixkrautschuk closed 1 year ago

felixkrautschuk commented 1 year ago

Make sure to check the demo app(s) for sample usage

Make sure to check the existing issues in this repository

If the demo apps cannot help and there is no issue for your problem, tell us about it

Please, ensure your title is less than 63 characters long and starts with a capital letter.

After upgrading the plugin from 4.0.71 to 4.0.72, we see layout issues when having items with dynamic cell sizes. It is similar to an already existing issue in the current RadListView version. But in collectionview, the issue only (mostly) occurs on scrolling the list.

https://user-images.githubusercontent.com/6443021/228277852-473d7379-2c10-4c8d-8c13-2da96997ab47.mov

I double checked, that the issue did not occur in the previous plugin version.

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

Please, tell us how to recreate the issue in as much detail as possible.

Describe the steps to reproduce it.

Follow the steps from the video inside the provided sample app.

Is there any code involved?

ns-collectionview.zip

farfromrefug commented 1 year ago

@felixkrautschuk sorry about the regression. Will fix it tomorrow

farfromrefug commented 1 year ago

@felixkrautschuk should be fixed in 4.0.73

felixkrautschuk commented 1 year ago

@farfromrefug Now it is working, thank you very much for the quick fix!