-
Hello,
I'm using `angular-scrolly` in a PhoneGap app and it's working quite well :+1:
Only one problem. Sometimes when scrolling it happens that the `ngClick` directive of [`ngTouch`](http://docs.ang…
-
Hey, I know that your project is targeting pure angularjs.
I have a material angular project and I am using your data-table. Material angular has a directive for swipe gestures, but I don't have a way…
-
'use strict';
// Init the application configuration module for AngularJS application
var ApplicationConfiguration = (function() {
// Init module configuration options
var applicationModuleName = 'tren…
-
Hello everyone, is there a way to fire a ngClick event on touchend?
While using the demo sometimes touching links don't fire because it's registered as a very small drag instead of a direct click. So…
-
Hi @mattslocum,
I keep receiving an unknown provider error from ngWebworker. My inclusion is here:
```
var app = angular.module('insight', [
'ngAnimate',
'ui.bootstrap',
'ngWebworker',
…
-
Hello,
I use iScroll 4 in one of my cordova 3.2 applications together with AngularJS 1.2. and ngTouch.
I updated two days ago to Android 4.4.3 (on my Nexus 4).
Since then, all the click events in m…
-
I've installed version ^2.2.1 via NPM, however I can't seem to make it work using the famous MEAN generator. (https://github.com/angular-fullstack/generator-angular-fullstack)
in my client/app/app.…
-
I have the toggle switch working as expected im my browser and on android 4.4. However on a android 4.2.2 or 4.3 device the switch jumps back to its previous position right after it is switched. The o…
-
Checkbox does not register a click on mobile Safari or Chrome. Any suggestions for a workaround for this?
Update:
Just did some more digging. It looks like the click event that is bound in the direct…
-
Seems there is an issue with pulling 'clientX' from the captured events. I believe event.touches[0].clientX is not being captured, or not being accounted for properly.
Please see OnMove (Line 1419) …