ember-mobiletouch
ember-mobiletouch copied to clipboard
ember-mobiletouch prevents <select> elements from popping out on mobile
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.
@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!