I think you missunderstood our problem 
we want to prevent clicking on anything clickable that is under current button that we want to click, link you provided and “return true” suggestion seem to be a solution for problem where user desires to “prevent multiple clicks on a button” and not really a solution where user wants to block a tap propagating through all the buttons that happen to be positioned over eachother.
Correct me if I’m wrong, I dont see how the solution that was provided in the link will stop all other buttons evenlisteners picking up the tap event which is what we wanted to know, so my suggestion you have to disable everything clickable button under top button seems to be only way.
If I’m wrong can you show me example with 2 buttons positioned one over another where only top button will pick up the event and not the bottom button? [import]uid: 13099 topic_id: 26004 reply_id: 105316[/import]