You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: