-
created gist for you:
`https://gist.github.com/apla/10456105`
you need to
```
mkdir test
cd test
touch test.js
```
and copy gist file contents to that dir
many issues:
1) process killed after …
apla updated
10 years ago
-
I think the infomous 300ms tap event delay is not working for tabbar.
I'm using Android 4.0, Phonegap 3.0 and the tabbar delay is there.
I'm not very good in JS but i tried to use fastclick librar…
-
If you set an event listener and specify the module name as the second parameter you cannot unbind it.
``` js
function onEventName() {
console.log('my event');
}
layout.on('eventname', 'strawberry'…
-
I am having troubling using bower to install a specific tagged version.
When I attempt to install 1.1.0-beta.14 (which is angular 1.2.16).
I end up with 1.1.0-beta.19 (which needs angular 1.2.17) c…
-
I'm using it in my refactor of o-modal. One pattern we're going to see repeated is a module needing to listen to events on body (for inter module communication) and on its owned DOM (for UI interactio…
-
Hi @wilsonpage - we're discussing in a private issue about whether this line: https://github.com/ftlabs/fruitmachine-media/blob/master/media.js#L71 is necessary.
@rowanbeentje says:
> Thinking about…
-
Add this as a default JS vendor module
https://github.com/ftlabs/fastclick
-
Good day!
https://github.com/ftlabs/fastclick/blob/master/lib/fastclick.js#L30 and below.
Best regards,
Denis.
-
The current build 91b35a1a30e82428369817e372d221432b6bb44d [20422] has the 300ms delay on every button tap that is slipped in there automatically by WebKit to wait for double tap events. FastClick.js …
-
Here is the full error stack from chrome devtools
Uncaught TypeError: Cannot call method 'toLowerCase' of undefined fastclick.js:215
FastClick.needsClick fastclick.js:215
FastClick.onMouse fastclick.…