Hi Rob - would be great if this workaround worked, but I’m finding it doesn’t. Using:
workAroundRect:addEventListener("touch", blockBackgroundTouches) workAroundRect:addEventListener("tap", blockBackgroundTouches) local function blockBackgroundTouches(event) return true end
Remember in my case the issue is:
a) no issues if you haven’t scrolled the tableview, but
b) if you scroll the table view a bit => go to overlay => then click on overlay & return to underlying => then the tableview cell you were pressing over gets triggered when it shouldn’t
c) also can confirm in this case (from b) that in the overlay you can either “tap” or “touch” (hold it down longer) and it has the same effect of once back in the underlying screen
d) so overall completely different thing happens (one correct, one not correct) just depending upon whether you have scrolled the table view a bit prior to going into overlay