mobile-angular-ui icon indicating copy to clipboard operation
mobile-angular-ui copied to clipboard

Remove FastClick

Open byronigoe opened this issue 6 years ago • 2 comments

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).

byronigoe avatar Apr 23 '18 15:04 byronigoe

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

byronigoe avatar May 01 '18 15:05 byronigoe

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.

mcasimir avatar May 01 '18 15:05 mcasimir