-
Hi guys, I would like to confirm that Fastclick (https://github.com/ftlabs/fastclick) is not included by default (or something which replaces it).
Thanks :)
-
https://github.com/ftlabs/fastclick
-
Related to the decision on how modules do responsiveness https://github.com/Financial-Times/ft-origami/issues/68 I think o-grid now needs a js utility for products. Something like.
``` js
grid.applyR…
-
I tested this out on Firefox os 1.3 and it works well.
https://github.com/ftlabs/fastclick
This would help click listeners fire a little faster, it feels really smooth.
-
``` bash
bower search origami # returns only a few results
bower search o- # returns too many results
```
By specifying the "keywords" property in `bower.json`, we'd be able to find origami modules …
-
**File**: `/components/script/devtools.rs`
**Action**: Added the following segment to the `else` statement in `handle_evaluate_js`
``` rust
#[allow(unsafe_code)]
pub fn handle_evaluate_js(global: &G…
-
Ran into an issue with events not bubbling. From what I can tell, this is a good place to start: https://github.com/vigetlabs/washi/blob/master/src/delegate.js#L16. If the target element doesn't match…
-
When using FastClick on a page with iframes, if the user saves the page to home screen in iOS 8, the iframe will not receive click events.
Adding class="needsclick" to the outermost iframe (our clien…
-
Came across a problem. Would love to hear some feedback, workaround/solution.
I did: `$ ember g foundation-sass` and got:
```
version: 0.1.2
installing
Installing browser packages via Bower...
not…
-
Fastclick works great with Windows Phone 8.0 but since the 8.1 upgrade I have a strange behavior on select and input elements. On selects I can't choose an option, the options are not even showing up.…