-
Notifications
You must be signed in to change notification settings - Fork 3.4k
ng-click no longer working at all across my mobile app #1640
Comments
I've been using |
my app is a bit to large/complicated to try to put a code-pen together.. needs to be run in a simulator or real device. not sure of any way to share it easily. So you are also using appgyver/supersonic with angular-material for the UI? If so are you just using ng-click ? I just did do this though.. i'm in the process of building a web-page that re-uses most of my angular services etc. that I use on my mobile app. And I also just pulled in latest/greatest angular-material. basically i just started with the angular-material-seed app. that app has a button that opens the left drawer. It works fine on my desktop browser, but from my android device in chrome, the touch fails. pressing that button does nothing. I"m assuming this is the same issue? if you have a mobile device, can you try to open this link in your browser and see if pressing the button in the upper right corner works? I see this issue also: if you read it seems maybe general touch issue as well perhaps? hmmmm the plot thickens ... :) |
In my case, I just found that I depended upon ngTouch module, which conflicted with ngMaterial. |
are you saying I need to use ngTouch? I just verified that going back to the older version of material works fine so clearly this is new breakage across the board. I was reading about their removing hammer so guessing that's the breakage. when can we expect a fix? is ngTouch a work-around or a proper dependency? UPDATE - I tried to pull in ng-touch, but still not getting any events, at least via ng-click. |
|
No, with ngTouch I had problems. Without it = all green. |
Not for me. Is there a fix on the way? Also gustavo - what is your tech stack? are you saying this is working for you on a mobile device or just web browser? for me... if i pull in ngTouch then I can get the swipe working fine, but click never fires so it's useless. |
I really need to know if the angular-material team recognizes the breakage from 7 to 8 is indeed there and if there is a fix planned. If the answer is 'go away we don't care about your issue' that's valid, I'd just like to know so I can move onto another UI solution. I just did a final test to make it quite clear there is breakage on ng-click... Starting from my broken build that pulls in the latest v8 angular-material what i did was:
and everything is perfect again. i know that hammer was pulled out etc. so clearly there was code churn around touch events right? clearly there is an issue and my question is if it will be addressed or not. I can move on I just need to know what the plan is. appreciate a quick comment letting me know the status... |
@jeffthompson1971 - we definitely care about this issue. Improving |
Hello, I'm also having this issue using ngmaterial with Ionic framework. |
thanks! ... I'm gonna hold out then. .for now I'm just using v7 for my On Tue, Mar 3, 2015 at 10:05 PM, Thomas Burleson notifications@github.com
|
If this was working in 0.7.0 (so far I can confirm too) , could we see a fix in the current git code so we can use it (with the related risks) from rawgit.com? |
+1 for @rlucian's statement, definitely some fix for now will be really handy. |
unfortunately it appears this has been moved to milestone 0.10.0, probably because there's no easy fix, so it might not get fixed too soon. |
We have made a number of improvements to gestures as of 0.10.1. |
Just moved to the latest-greatest material, and now my whole app is broken. ng-click is never fired for any of my controls on any of my webviews. FYI I'm building an appgyver supersonic app. I've been using ng-click with angular-material for the past 6 months with no issues at all. But now it's broken with 100% consistency.
Is this a know issue? should I be using some other events other than ng-click in my angular app?
The text was updated successfully, but these errors were encountered: