runspired / ember-mobiletouch

[DEPRECATED] see https://github.com/runspired/ember-gestures
MIT License
71 stars 20 forks source link

ember-mobiletouch prevents <select> elements from popping out on mobile #65

Open lolmaus opened 9 years ago

lolmaus commented 9 years ago

Hi!

When I include ember-mobiletouch into my Ember CLI project, <select> elements stop working on mobile. Tapping them does not reveal a dropdown list.

The issue is reproducible even in desktop Chrome with mobile device emulation.

This is probably an issue of oneof ember-mobiletouch dependencies. Please direct me where to repost this report.

runspired commented 9 years ago

@lolmaus the issue is that ember-mobiletouch is using HammerJS as a fastclick, a not uncommon approach, but something which causes a lot of smaller issues since Hammer doesn't adequately fix pointer events. An upcoming release of HammerJS will address this, and this bug will be patched here until then. Thanks for the report!