Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Typeahead not closing the popup when using ng-touch ng-click on mobile browser #4047

Closed
nishesj opened this issue Jul 30, 2015 · 6 comments
Closed

Comments

@nishesj
Copy link
Contributor

nishesj commented Jul 30, 2015

angular & angular touch version 1.4.3
Android 5.1 chrome 43
http://embed.plnkr.co/zX9ojMXRGBweID9RglZY/preview

@wesleycho
Copy link
Contributor

I am not able to reproduce this using Chrome's emulation on that Plunker. Is there any other reliable way to reproduce this?

@nishesj
Copy link
Contributor Author

nishesj commented Jul 30, 2015

I can reproduce this using Chrome's emulation as well.
when the matches are shown eg. if u type A on the input field and if you click the link above the input labeled clicked while the popup is open, the popup should be hidden but remains open.

@RobJacobs
Copy link
Contributor

I'm seeing issues being reported (outside of this library) in regards to Android 5 in chrome where touch events are not firing click events.

@wesleycho
Copy link
Contributor

Ahh, so this is only reproduceable if you click on a link - it sounds like a potential Android bug, and I am not sure there is much we can do about this.

@nishesj
Copy link
Contributor Author

nishesj commented Jul 30, 2015

Seems like related to this angular/angular.js#9872 but not sure ..

@wesleycho
Copy link
Contributor

I think in light of that Angular issue, we should not hack around that.

I believe that any fix should be made in ngTouch - if you read the issue and the referenced SO link, it provides a good suggestion for how it can be fixed in Angular.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants