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

Tap vs Click vs tappable (click) each have problems. #14270

Closed
augerm opened this issue Apr 3, 2018 · 2 comments
Closed

Tap vs Click vs tappable (click) each have problems. #14270

augerm opened this issue Apr 3, 2018 · 2 comments
Labels
ionitron: v3 moves the issue to the ionic-v3 repository

Comments

@augerm
Copy link

augerm commented Apr 3, 2018

Ionic version: (check one with "x")
(For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1)
[ ] 2.x
[ ] 3.x
[X] 4.x

I'm submitting a ... (check one with "x")
[X] bug report
[ ] feature request

Current behavior:

  1. (click) is inconsistent on ios sometimes taking multiple times to register.
  2. (tap) fires the event on parent elements before child elements giving no chance to do an $event.stopPropagation
  3. tappable (click) causes an issue where if you scroll to short a distance (less than an inch) it causes the click event to trigger.

Appreciate any workaround or suggestions to deal with this. Thanks in advance!!

Expected behavior:

Need a way of listening to tap events across devices consistently.

Steps to reproduce:
For 2 here's a sample repo to reproduce
https://github.com/augerm/tap-ionic-bug

Other information:

Ionic info: (run ionic info from a terminal/cmd prompt and paste output below):


cli packages: (D:\froxii-v3\node_modules)

    @ionic/cli-utils  : 1.19.1
    ionic (Ionic CLI) : 3.19.1

global packages:

    cordova (Cordova CLI) : 7.1.0

local packages:

    @ionic/app-scripts : 3.1.8
    Cordova Platforms  : android 6.3.0
    Ionic Framework    : ionic-angular 3.4.2

System:

    Android SDK Tools : 26.1.1
    Node              : v8.10.0
    npm               : 5.6.0
    OS                : Windows 10

Environment Variables:

    ANDROID_HOME : C:\Users\Michael\AppData\Local\Android\sdk

Misc:

    backend : pro
@ionitron-bot ionitron-bot bot added the triage label Apr 3, 2018
@augerm augerm changed the title Tap vs Click vs Tappable (click) each have problems. Tap vs Click vs tappable (click) each have problems. Apr 3, 2018
@Ionitron Ionitron added the ionitron: v3 moves the issue to the ionic-v3 repository label Nov 29, 2018
@ionitron-bot
Copy link

ionitron-bot bot commented Nov 29, 2018

This issue has been automatically identified as an Ionic 3 issue. We recently moved Ionic 3 to its own repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there.

If I've made a mistake, and if this issue is still relevant to Ionic 4, please let the Ionic Framework team know!

Thank you for using Ionic!

@ionitron-bot
Copy link

ionitron-bot bot commented Nov 29, 2018

Issue moved to: ionic-team/ionic-v3#606

@ionitron-bot ionitron-bot bot closed this as completed Nov 29, 2018
@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Nov 29, 2018
@ionitron-bot ionitron-bot bot removed the triage label Nov 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ionitron: v3 moves the issue to the ionic-v3 repository
Projects
None yet
Development

No branches or pull requests

2 participants