Hello,
We have a question concerning tap event on a button. We have a page with a button. In the event of tap on that button, we navigate to a second page. The thing is that that second page has also another button (that performs another action upon tap), and that second button is placed exactly on the same spot where the button is on page 1. For some reason, when the user taps on the first page button, not only does it navigate to the second page, but it also seems like the tap is also performed on the second button. So tapping on the first page button performs navigation and also performs the second button event. It's like the second button is being affected by a tap event that is not really perfomed upon it. Is there any way to solve this?
Thank you very much