This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115
stars
21
forks
source link
RadListView is adding another empty line/item after each added item on iOS #1554
Please tell us how to recreate the issue in as much detail as possible.
I am just starting an application with ns preview and scanning the code with my iPhone.
I am building an application using Svelte Native. I am trying to make a simple list of goals/to-dos.
In the image above you can see the marked empty space that is added after each added item to the list and I cannot figure it out why. The grey area is actually the background of the app.
What I have noticed is that the added gap (the empty area) is always as the same height as the actual added element. For example, if I reduce the padding so the item is narrower, so the empty space gets narrower.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
Please, provide the details below:
Tell us about the problem
RadListView is adding another empty line/item after each added item on iOS
Which platform(s) does your issue occur on?
iOS 16.4 using NS Preview
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.
I am just starting an application with
ns preview
and scanning the code with my iPhone. I am building an application using Svelte Native. I am trying to make a simple list of goals/to-dos.In the image above you can see the marked empty space that is added after each added item to the list and I cannot figure it out why. The grey area is actually the background of the app.
What I have noticed is that the added gap (the empty area) is always as the same height as the actual added element. For example, if I reduce the padding so the item is narrower, so the empty space gets narrower.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.