Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(button): improved tap responsiveness on mobile #1792

Merged
merged 2 commits into from
Nov 11, 2016

Commits on Nov 9, 2016

  1. fix(button): improved tap responsiveness on mobile

    Improves the tap responsiveness of buttons on mobile by replacing the `::after` overlay with a DOM node that prevents the default touch action.
    Previously, the `::after` overlay would capture the first tap, causing the button to have to tapped twice in order to fire it's click handler.
    
    Fixes angular#1316.
    crisbeto committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    c0f4d3d View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2016

  1. Configuration menu
    Copy the full SHA
    bb0c74d View commit details
    Browse the repository at this point in the history