Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
2k views

I have both ng-click and ng-touch on a button used for search. On desktop the search and the functions called in ng-click work properly. On mobile on the other side the search button stops working ...
Bogdan Pușcașu's user avatar
1 vote
0 answers
125 views

My app has ui-bootstrap modal with a few inputs and button. It works perfectly on desktop, but on narrower screen the modal is losing focus (cursor disappears from input box) after releasing mouse ...
P.K.'s user avatar
  • 1,772
1 vote
1 answer
3k views

I have a problem on an AngularJS application that uses both ui-select and angular-touch. On Safari, using a mobile device such as an iPad or an iPhone, when I click on the text input field of the ui-...
Eria's user avatar
  • 3,273
3 votes
1 answer
244 views

I have a random function that I call when the user press a button. I would like to keep running that function till the user releases the button. I found the mouse-down directive but it seems to not ...
113408's user avatar
  • 3,444
0 votes
1 answer
100 views

I have login form,i clear the model if username or password is wrong, when i submit form model value is cleared, but textbox validation message is show. Here is my code. login.html <form name="...
Kirit's user avatar
  • 425
1 vote
1 answer
246 views

I am working on an AngularJs web app and have just started using ngTouch to recognize swipe left and right, I want to use this to open and close my side bar menu. Currently it works and the menu opens ...
Colton Williams's user avatar
1 vote
0 answers
361 views

I have a page full with images and a ng-click on every image. The problem is that users can't scroll on touch devices. I've tried to use the bind method of $swipe service. Here is my implementation: ...
marinvirdol's user avatar
  • 1,533
10 votes
2 answers
2k views

I'm trying to build simply slider with images and youtube videos. I want make it works fine on touch devices, so I want to use ng-swipe-* from angular's ngTouch module. Unfortunately swipe doesn't ...
akn's user avatar
  • 3,722
1 vote
1 answer
1k views

I am using angular 1.4.0 and jQuery v1.11.1. I am trying to use ngTouch/ngSwipe. Both will not stop throwing the error "TypeError: element.on is not a function" on app loading (inside the bind-...
Ditti's user avatar
  • 47
0 votes
1 answer
341 views

using ngClick i am easily able to get the relative click coordinates from event.offsetX. however using ngTouch there seems to be no obvious way of doing this. i've inspected the event.originalEvent....
jpro's user avatar
  • 363
1 vote
0 answers
482 views

I am using the ngTouch module in Angular 1.3.12, running my site on both iPad and desktop. The problem is specific to mobile devices (iPad). I have a checkbox input wrapped in a label so that both ...
L. Desjardins's user avatar
1 vote
0 answers
912 views

I'm trying to test an app on iPad, where i found ng-click not working on ipad portrait mode. It is working as expected on desktop and ipad landscape mode. Even on android phone same behaviour is ...
Sinha's user avatar
  • 813
0 votes
1 answer
2k views

I have a list of items and when I move my finger over each then I want to get the id for example of each item. It works with a mouse but not with touch. I'm using this lib: https://github.com/nglar/...
Ahmed Karmous's user avatar
0 votes
1 answer
328 views

I have a weird issue where touch events are not firing ng-submit OR ng-click (in chrome device dev tools). Chrome dev tools simulates touchstart/touchend events, so I'm not sure why this wouldn't be ...
Harley Alexander's user avatar
1 vote
1 answer
219 views

I need to stop event propagation on the main DIV and I set a flag on the original event object whether event occurred on the "more_vert" button. This works fine, but after to enable ngTouch the next ...
kuskunko's user avatar
  • 320

15 30 50 per page