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.
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.
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.
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