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(TooltipPopoverWrapper) Touch not opening popover on mobile (#1425) #1426

Merged
merged 3 commits into from Mar 20, 2019

Commits on Mar 5, 2019

  1. Fix touch not opening popover on mobile (reactstrap#1425)

    For Popovers/Tooltips with trigger="click" or trigger="legacy", touches
    on mobile were triggering touchstart and then click, which caused them
    to open briefly and then immediately close. This removes the
    touchstart event handling to fix behaviour on mobile.
    hsource committed Mar 5, 2019
    Copy the full SHA
    76ff422 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bef36ff View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2019

  1. Copy the full SHA
    64442f5 View commit details
    Browse the repository at this point in the history