-
On iPhone, when I click the calendar icon, the options displayed. But, there is no way to get rid of that options list even after clicking outside of the option's box.
Can anyone help?
-
We’re seeing errors thrown ~~by IE Mobile 11.0 users on Windows Phone 8.1,~~ where `targetElement` does not have a value on this line:
https://github.com/ftlabs/fastclick/blob/master/lib/fastclick.js…
-
Noticed it started happening after frame pacing and vblank additions
### GPU, drivers, and screen setup
```
name of display: :0
display: :0 screen: 0
direct rendering: Yes
Extended rend…
-
Just tried out the basic example on Nexus 5, KitKat 4.4.4 and Chrome 38:
- there's an instant response for A
- B has a noticeable delay
Fastclick makes it worse and should disable itself for this con…
-
Hi,
First I would like to congratule you, it's really amazing stuff!
I tried the demo on 2 phones (Chrome on Nexus 5 & Safari on iPhone 6) and the video is not playing when you touch the image. You c…
ghost updated
8 years ago
-
Hi react-fastclick team !
## Problem
**HTML**
```
Hello
```
**CSS**
```
button:active {
background-color : red;
}
```
- Button:active pseudo-class isn't fired instant…
-
I have checked the api and it worked great, just the thing with the mobile that someone else already reported.
It would be really nice to have the zoom in and out functionality, I've seen it in other …
-
When using `fastclick` with `https://github.com/webcomponents/webcomponentsjs` (to polyfill Shadow DOM) `` components don't do anything when clicked on iOS9.
This is only a problem within shadow root…
-
It seems event listeners fire in the wrong order when `useCapture = true`. See [this Fiddle](http://jsfiddle.net/lazd/wazfeg0k/1/).
With this markup:
``` html
```
And with listene…
-
Hello,
In the master branch, MouseArea doesn't handle the touch event in a mobile browser. Therefore, it is not able to set "pressed" flag while the finger is holding on the MouseArea. Is anyone wo…