What would prevent href from being clicked in ios?

Basically when I compile for ios, anything with a href="#/myroute" will not do anything. Only items with ng-click will do what they were supposed to. The hrefs work fine in desktop/mobile browser, but not natively in the app. (The onlychanges would be updating to 1.0 beta, but I wouldn’t suspect this to modify that behaviour).

It seems that removing all cordova plugins and re-installing them solved the problem.

Same Issue here, although I’m using Trigger.io to build and can’t seem to find a fix as of yet. For me it is only list items, side-menu links seem to work fine

If I add an empty ng-click on the list items then I can click my anchors again, but now scrolling causes clicks to fire on the list items

1 Like