Hi,
I'm not sure collision disabled avoid the tap event to be triggered.
You could add a specific boolean variable on objects named like "EnableTap" and set this variable to false when you want to disable them.
So on your tap event you check if EnableTap is set to true before executing the corresponding actions