-
I'm doing some testing with Flexnav and seem to have come across a bug on a lot of Android devices. Granted, I'm testing them using Browserstack as I don't have access to an Android device so I may be…
-
@avital thank you for the new tap event! one feature request is to let `tap` event be triggered by `click` on non-touch devices.
Inspiration:
``` js
if (!('ontouchend' in window)) {
$(do…
raix updated
11 years ago
-
As always, stellar work on this. One issue so far:
On touchscreens (tested on safari/chrome on iOS6), the menu toggle event fires as soon as your finger touches the toggle, not when it's lifted after…
-
Although lightly used it is a bit strange that in unit tests we're currently just manipulating fruitmachine's internal `modules` object:
https://github.com/ftlabs/fruitmachine/blob/master/test/tests/…
-
There are 16 links in the docs section of `README.md` but 19 files in the docs/ folder. I don't mind adding the missing links (took me ages to find the docs on our beautiful events system) but wonder…
-
The component ftlabs/delegate was removed from the wiki list page a few weeks ago and replaced with ftlabs/dom-delegate after the repository was renamed.
Run the following:
``` bash
component search…
-
nav bar should be at bottom, and margins should change
-
I was thinking it could be good to invoke `touchstart` on all Bootstrap buttons with `class="btn"`. This would make use of the code in this post: https://developers.google.com/mobile/articles/fast_but…
-
While trying to move my dependencies to [Twitter Bower](http://twitter.github.com/bower/) I noticed Bower requires tags for each version. Even though [component.json](https://github.com/ftlabs/fastcl…
-
Say I wanted to create a helper then wanted to be able to use `this.delegate` inside that view helper - so I list `delegate` as a dependency of my helper - (say I also use it in my view's FruitMachine…