Question
Why does two tap interactions not work successively on the same mobile frame? In prototype, tap element 2 won't work if I have already tapped element 1 and vica versa
Hi everyone! There are two elements in my design that interact when tapped. Screen1: Consists of a list of files. Select one to go to Screen2. Screen2: I want to click a heart button that changes color on tapping (using open overlay). After this, I want to go back to Screen1. However if I click the heart button, back button won’t work. But If I do not click the heart button, the back button works. Only one of them works. How to make them work together? I tried changing the heart button from click to after delay, but the problem persists.
