Questions tagged [angular-touch]

This Javascript module for AngularJS provides touch events and other helpers for touch-enabled devices.

14 questions
7
votes
7 answers

How to refresh bower package certificate?

While building a docker container, I came across this error Step 6/17 : RUN bower install --allow-root ---> Running in 20f9229dcd1e bower angular-touch#~1.5.0 CERT_HAS_EXPIRED Request to https://registry.bower.io/packages/angular-touch failed:…
Troom
  • 431
  • 6
  • 10
3
votes
1 answer

Blank screen on Android 5

While developing an app wich uses phonegap, angular touch and jquery we stumble in this bug on some android devices. When touch and move over an non scrollable object the screen goes blank. When scrooling the body the screen comes back to life. All…
Dor Shay
  • 189
  • 11
1
vote
0 answers

$Swipe.Bind Unreliable On Calling Move Event - AngularJS

I'm trying to make a Canvas that allows drawing on it. I'm using AngularJS with Angular-Touch but it seems to be calling the cancel event frequently. I think it has to do with the swipe buffer that determines if its a swipe or a scroll, but I'm…
Binvention
  • 1,057
  • 1
  • 8
  • 24
1
vote
0 answers

Creating Native Like OffCanvas Menu using Angularjs/Bootstrap

This is just a question but i would like to know if there are any angularjs/bootstrap modules which helps me achieve the following on touching the screen edges the menu popup up just like we have in native slider menu UI(off canvas Menu) while…
1
vote
0 answers

angular-carousel: overflow-x: scroll inside a slide

i'm trying to create a carousel that inside of it will be scrollable div with images. The problem is that the swipe events conflict with eachother. Plunker (the images are on slide 2) My code:
0
votes
1 answer

How to get checkboxes working with ng-touch?

Forms elements like checkboxes and radio buttons seem to not work with touch libraries like ng-touch. Any workaround or solutions for the same ?
ZenKid
  • 1
  • 3
0
votes
1 answer

Angular get swipe up coordinates

First see this example and try to swipe blue bar to left-right and up-down. Also check the console.log http://bit.ly/1QfEOzY I'm trying to design a media player with angular js. Minified view of the player is located at the bottom. There is…
fobus
  • 1,938
  • 8
  • 29
  • 48
0
votes
1 answer

using the $swipe Service in angular-touch

Im trying to make a basic drawing program using the angular-touch module and its $swipe service along with an html5 canvas here is what i came up with it is contained within a module and controller that i know…
Binvention
  • 1,057
  • 1
  • 8
  • 24
0
votes
1 answer

How to detect long press event to drag and rearrange elements in angularjs

I have an ng-repeat through which I am displaying students cards. I just want to rearrange their order as specified in question. In what way I can do it?
John
  • 478
  • 4
  • 12
  • 25
0
votes
0 answers

How to fall back angular-touch ngClick

The angular-touch ngClick directive's documentation say This directive can fall back to using an ordinary click event, and so works on desktop browsers as well as mobile. but doesn't explain how. Looking at source code I did'nt find any…
fantarama
  • 862
  • 6
  • 14
0
votes
1 answer

How to write global event(touch/click) handler in angular application?

If angular application is not touched(mobile browser) or clicked for particular seconds, it should through a alert. Can anyone help on this?
Ranjith
  • 125
  • 1
  • 7
0
votes
1 answer

AngularJS - Using ngTouch within a directive for mobile devices

I'm using ngTouch to remove the delay on mobile devices, but on mobile devices clicking an image does nothing. On my app, clicking an image calls a directive to enlarge the images, so there is no ng-click. Here is the…
germainelol
  • 3,231
  • 15
  • 46
  • 82
0
votes
1 answer

How to add ng-swipe-left and ng-swipe-right for angularUI datepicker?

How to add ng-swipe-left and ng-swipe-right using angular-touch library to navigate angularUI datepicker next & previous months ? I added the plunker here $scope.Next = function() { $scope.$evalAsync(function() { …
User_MVC
  • 251
  • 2
  • 7
  • 21
0
votes
1 answer

Change multiple elements class on touch down and up events

We have this square
element which has a specific class applied for style. Inside there's a vertically/horizontally aligned element which has sprite class applied to show an image. The square has a black background and the image is a…
rfgamaral
  • 16,546
  • 57
  • 163
  • 275