@Corona staff - this exposes what I think is a bug. Try this:
Load the widget sample code and change line 107 to
if (“release” == phase or phase == “tap”) then
Then scroll down the list so that say rows 11 - 20 are shown. Then tap a row. The tap event is fired all is good. Then hit the back button and you’re taken back to the table view. All is good.
Now tap the ‘TableView’ tab at the bottom. The row tap event is fired you’re shown the “you select item x”.
Not good
I would really appreciate a solution for this so we can have the tap and press event for the table view but so they are not triggered inaccurately when tapping the tab.
@Corona staff - this exposes what I think is a bug. Try this:
Load the widget sample code and change line 107 to
if (“release” == phase or phase == “tap”) then
Then scroll down the list so that say rows 11 - 20 are shown. Then tap a row. The tap event is fired all is good. Then hit the back button and you’re taken back to the table view. All is good.
Now tap the ‘TableView’ tab at the bottom. The row tap event is fired you’re shown the “you select item x”.
Not good
I would really appreciate a solution for this so we can have the tap and press event for the table view but so they are not triggered inaccurately when tapping the tab.