mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
If a text input is located in the same area as a button which was just tapped, which was probably because of a view transition, the text input gets focus 300ms later. This is an issue on Android because it also fires off a mousedown event. Resolved by remembering the touchend target then checking if it’s different from the mousedown target. Closes #1370