lumapps / lumX

The first responsive front-end framework based on Angular & Google Material Design specifications
https://ui.lumapps.com
MIT License
1.96k stars 274 forks source link

fix(dropdown): fix closing with iOS #597

Closed philippeBchn closed 6 years ago

philippeBchn commented 6 years ago

With iOS, the dropdown can't be closed.

This fix use 'ontouchstart' event when touch event is available instead of the click event.

Test