-
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…
-
I don't know if this was discussed before, but instead of having to add the "needsclick" class in the markup, wouldn't it be a good idea to (also) allow developers to pass in classes of elements which…
-
I started f-touch-support
- [x] pan the editor
- [x] drag actor
- [x] drag in new actor
- [x] drag and close dialogs
- [x] drag role background
- [x] replace zoom with pinch gesture (alpha)
- [x] remo…
-
Page transitions have a slow hang after clicking. This is default for webview clicks, but I found another plugin that eliminates that issue and speeds up the click resulting in an overall boost in UI …
-
This script is great, works like a charm on Android and iPhones, but i have found one problem with IE 10 on my Lumia 820.
I have 2 vertical scollers inside 1 horizontal. When the page loades the firs…
-
Hi,
It is possible to make Popover-Triggers work with touch events?
E.g.:
$('.comment').popover({
animation: true,
html: true,
trigger: (document.createTouch != …
-
https://github.com/ftlabs/fastclick
This is way better and more battle tested than energize. It's used extensively by the financial times. Their mobile html app looks very slick http://apps.ft.com/ft…
mquan updated
12 years ago
-
Safari on iOS 4 will only allow focus to be triggered on other elements from within a function if the first function in the call stack was triggered by a non-programmatic event. The call to [setTimeou…
-
Browser click events are too slow in iPhone device making the pin pad noticably slow. This is a widely known issue. Several solution include google fast button or a simple touch start event.
http:/…
-
I replaced several instances of `.on()` with `.fastButton()` as suggested on your documentation:
`Every place where you would normally write $(document).on('...', 'click', ...), you can also write $(…