-
Hi! I just stepped on a problem with iPhones. You start typing, the autocomplete works fine suggesting resutls, but it's impossible to select one of the given options of the dropdown list.
When you …
-
Hey guys, thanks to this new Chrome Policy https://www.chromestatus.com/features/5093566007214080
fastclick will throw an Error on Chrome >= 56 .
Steps to reproduce:
1. Use a chrome browser in ve…
-
Send events using oTracking and detail specs
Similar examples to look at:
- o-video: https://github.com/Financial-Times/o-video/blame/master/src/js/video.js (specs at https://github.com/Financial…
-
CSS table-layout: fixed; isn't working with iOS Safari.
It works with latest Chrome and Firefox, but not latest iOS Safari (tested with iPhone 6).
This seems to be another issue, because my table HTM…
-
[This page](http://ftlabs-screens.herokuapp.com/generators/image/?https%3A%2F%2Fimage.webservices.ft.com%2Fv1%2Fimages%2Fraw%2Fhttp%253A%252F%252Fimgur.com%252FcaM6UNA.jpg%3Fsource%3Dscreens&title…
-
Will be nice is react has this feature that improve responsiveness similar to FastClick by FT Labs.
-
When using the docs on iOS there is a 300ms delay between tap and action. Add https://github.com/ftlabs/fastclick to make the interactions smoother.
Thanks @moors7 for the recommendation.
-
When label has `for` attribute, onclick event doesn't fire.
Without `for`, works fine. But checkbox doesn't get checked.
```
label
FastClick.attach(document.body);
```
FastClick.js version 1.0.2.
-
Changing `onClick` to `onTouchTap` in the `ReactReader.js` file using the [`react-tap-event-plugin`](https://github.com/zilverline/react-tap-event-plugin) removes the 300ms lag time when clicking left…
-
So it seems that `window.dispatchEvent(new Event('resize'));` is responsible for throwing an error.
Related issues:
https://github.com/ftlabs/fastclick/issues/348
https://github.com/tdreyno/morlock.j…