Listview selection requires a double tap

I have a list view that allows a user to select their name in the list, which then auto populates a text box with the same name text and allows them to hit a button to add their name to the list again. The issue i seem to have is, the list view requires a double tap on a name to actually count as selected.

When single tapped, the name will populate in the text box, but if the user selects the button to remove their name it returns an error saying the selection equals 0 and the name in the list isnt highlighted.

When double tapped, the name in the list is highlighted and both adding and removing the name function properly.

Not sure if this is a bug or if there is a setting i missed that changes how the listview reacts to single and double taps.

Hmmm, there is no double tap event for the listview ?

Not that i know of or found. I am very new and learning coding with mit but i pretty sure im using .afterselection

It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.

To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

I am currently only able to do things from mobile but i was able to screen record what is happening. So you can see when i single tap it populates the name and add entry works but remove entry errors until i tap the name a second time then it removes it just fine. Nevermind the screen recording is to big of a file. Ill see what i can do to screen shot the code or something.


had a chance to grab the blocks on my pc quick

Looks like you are mixing Choosing notifiers with Listview selections and afterPicking, which is why you get the impression of a double tap

Well the listview.afterpicking is just so that it counts how many other indexes match the selection which i need done to be able to display current entry count. So are you saying i shoud move my blocks from the other afterpicking to the listview.afterpicking

Cause the notifier.afterchoosing is to remove the entry incase they add to many entries they can remove one