Android fastclick issue
问题 I have two different pages with a clickable element located on the same position. On the first page there is a menu button which will open up if a user clicks on it and on the second one, in the exact same position there is a back button which will redirect the user to the first page. Now to the problem; whenever a user clicks the back button on the second page he will be redirected to the first page which is intended, but it will also open up the menu automatically which it shouldn't do. I