i found both to be necessary. It’s actually using tap rather than press/release that made it far more robust. It eliminates any possibility of tableview getting confused about what element it’s supposed to be setting a fill on. Unfortunately, that makes it a little less responsive, because only a particular behaviour is seen as a tap… and it’s people that DON’T tap (but rather linger AND aren’t very good at lifting off in the same place they pressed) that are causing the issue!
I wonder, are we going to have a fix or explanation how to avoid this crash from developers any soon?
Hey there
Just came across this exact problem.
Could you please post an example of your fixed code? I tried to implement the delay but it didn’t seem to fix it. (But I know there are a few ways to skin that cat…)
Thanks heaps
What version are you building with?
Current Daily Build 2016.2907
That said, once you remove the listener the crash goes away… so its a fix but not root cause resolution
To make it work, i inserted a switch widget into each row and name.id the row name so I could refer back to it when dealing with data.
Rock solid.