Hi, everyone!

We use angular-touch.js in our project to make carusel directive, cause 
every implementation that we looked in web seemed not really mmmm... 
working.

But we encoutered following bug:
https://gist.github.com/lapanoid/9075518
https://gist.github.com/lapanoid/9075515

after some cheking operations in 
element.on('touchstart', function(event) 
and 
element.on('touchend', function(event)  
handlers, 

e.clientX and e.clientY appeared undefined. As the result, every click 
considered as swipe in our carusel which depends on touchstart and touchend 
events.

We tested that mostly on latest nexus7 tablet which have Android 4.4.x and 
WebKit 
version 537.36 on board.
I suppose that there should be simple check(and write some alert to console 
fro developers I hope) in angular-touch.js that touchevent has resolved 
correctly if handlers receive event which holds touchevent differently 
within depending on WebKit or sdk version.








-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to