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
Using NativeScript Core 8.7.2 with nativescript-ui-listview 15.2.3.
If I set up a custom ReorderHandle, then when I run it within the iOS emulator, the location to be "grabbed" seems to expand to the width of the entire item entry (and not just the ReorderHandle item). For example, instead of just grabbing my custom handle icon, I can grab the "testing" text within the example below ,and use that to reorder the list. Which gets weird/painful when I also have to scroll down to view/interact with a large number of list entries.
Using NativeScript Core 8.7.2 with nativescript-ui-listview 15.2.3.
If I set up a custom ReorderHandle, then when I run it within the iOS emulator, the location to be "grabbed" seems to expand to the width of the entire item entry (and not just the ReorderHandle item). For example, instead of just grabbing my custom handle icon, I can grab the "testing" text within the example below ,and use that to reorder the list. Which gets weird/painful when I also have to scroll down to view/interact with a large number of list entries.
Acts Odd:
Works As Expected:
(no code changes anywhere else other than this - removal of ReorderHandle)
Is this a bug, or am I maybe not understanding the implications of using a custom ReorderHandle...?
The text was updated successfully, but these errors were encountered: