Closed graphefruit closed 8 years ago
@graphefruit Thanks for the issue.
I'm currently not able to see the issue. Can you please explain more detailed, what's the current behavior and what's the expected.
@DevVersion The current behavior is: If my fingers "tap" on the text "Home" the "ng-click" isn't triggered. If I click on a blank-space (without any text) the ng-click is triggered and executed.
The expected behavior would be: I tap the text "Home" and the ng-click gets triggered and executed.
@graphefruit Thanks for the quick response, uff it's hard to track the bug, if I'm not having a Windows Phone + A working Cordova App.
That's why we need to work together, to solve the bug ;)
ng-click
?@DevVersion Sure, no problem.
A normal "alert('test')"?
I gonna get you a working example in about 15 minutes. Greetings
@graphefruit Awesome, thanks!
Yes, just to confirm, that the ng-click
works.
@DevVersion Sorry, not working.
If you wish to we could do a Skype/Hangout-Call to see this issue live. Greetings
@graphefruit Yea, A hangout would be great.
Problem fixed.
Thanks to @DevVersion for your time and your great effort.
The problem was the referenced ngTouch
plugin which I included a way earlier.
After the list got a new layout structure the ngTouch influced now the new structure. This affected just Windows Phone. iOS and Android weren't affected.
For integrity: Hammer.js, jGestures and FastClick.js had no impact.
Thanks Graphefruit
Hello Team,
I'm referencing to this issue: https://github.com/angular/material/issues/7618 A new problem came up after this fix.
If I'm clicking on the text, the button click isn't executed. If I click on a blank space the button click gets triggered.
I've made a small .GIF to this issue.
My structure looks like on the angular.material page
If I'm wrapping my own button in the list-item its working.
Here another small .GIF.
I changed
z-index
aswell asposition:absolute
to the button without effect.It looks like the generated wrapper influences something on WP?
@DevVersion May you could take a look again?
This issue is just visibile in a real cordova app. I tried the demo page with the emulator and didn't encounter this problem.
On Android aswell on iOS there is no problem.
AngularJS Version 1.5.5 Angular Material: RC 4
Thanks in advance Graphefruit