You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using ngTouch within the application, switching tabs does not work on mobile anymore. I am not sure if this is related to a bug in angular-touch itself or related to ui-router-tabs.
Confirmed it's an issue on mobile / touch devices. Only having a brief look and research it sounds like ngTouch does something to ngClick events. I threw this up which works http://jsfiddle.net/g1k9vgok/9/ using the ng-touch-fix branch but not convinced it's the best route (lol) to go down.
When using
ngTouch
within the application, switching tabs does not work on mobile anymore. I am not sure if this is related to a bug in angular-touch itself or related toui-router-tabs
.I have another jsfiddle example to demonstrate the behaviour.
Switching with the buttons within the tab is working, however, switching with the tab-headings is not.
The text was updated successfully, but these errors were encountered: