Touch event is propagating to next component after push

I am noticing if i laid a button on the left top side around the same place where a back button should be. When i click that button and push to the next component, the next component back button will be pressed so it looks like the app takes the user in and the out again?

Anyone have this issue? of taps propagating through components. I also notice it with submit button and then pushing to the next page with a form input thats in the same position as the previous component submit button will be focused.

anyone know how to stop touch from propagating?