angular / material

Material design for AngularJS
https://material.angularjs.org/
MIT License
16.54k stars 3.39k forks source link

ios performance iPad3/iPhone #6162

Closed WolfSoko closed 8 years ago

WolfSoko commented 8 years ago

Ipad3/Iphone safari: clicks on almost every md-component are handled very slow. Almost 2 secs before something happens.

WolfSoko commented 8 years ago

Can someone confirm?

bouwaccount commented 8 years ago

This is propably because of the built-in delay (300ms) in mobile browsers. A library we use in some our projects is FastClick. This eliminates the delay and makes your website / web application feel much more responsive.

FastClick library: https://ftlabs.github.io/fastclick/