-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Anchor tags is not clickable - v0.9.27 #861
Comments
I have just tried to use ng-href directive on my anchor tag but it doesn't work either. |
For testing, could you add an empty
|
Hi ajoslin, It seems nothing has changed. Still same "slow/broken" responseness. |
@RagingRudolf On which device are you seeing this behavior? (Love your avatar btw, is that a cobra??) |
@adamdbradley This is happening on all devices (tested on ios7/6 and android) and my desktop browser as well. (Chrome) ( Used that avatar because I flew chopper in BF3 :D ) |
Would you be able to create a codepen that replicates this issue? Thanks |
I can not reproduce the error in codepen: http://codepen.io/anon/pen/mpqes There is a chance that the error is not caused by ionic itself (the root cause). We have a tracking library which seems to do some 'weird stuff' (when not included it actually works fine) but I will try to confirm this tomorrow. |
Closing this issue. Please reopen it if you are able to replicate the issue without the tracking library. Thanks. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
I have an issue with anchor tags. My html is similar like this:
The html is inside a ion-view and ion-content directive. It has been working earlier but it seems that PreventGhostClick() (as I recall it) seems to cancel it.
Best regards Martin
The text was updated successfully, but these errors were encountered: