mobile-angular-ui
mobile-angular-ui copied to clipboard
Remove FastClick
See #427
FastClick is not needed in modern browsers, especially if you indicate that the page is optimized for mobile devices (either through the viewport meta-tag setting width=device-width, CSS of touch-action:manipulation or other means).
If FastClick is still needed, then please use the patched version to avoid a freezing issue on iOS 11.3: https://github.com/lasselaakkonen/fastclick/tree/fix-ios-11-3-event-timestamps
I think we can try to update Fastclick once they merge this: https://github.com/ftlabs/fastclick/pull/550.
I honestly don't have much time to dedicate to this project, but I'll do my best to follow this matter.
Also, I just noticed the ci broke again, ... not super happy with Travis lately, I'll check if I can quickly switch to Gitlab CI so tests would pass.