I am having an issue with the usage of ng-click
in a controller, specifically, a login controller, which transitions to another view.
On iOS 9.1, the tap of the login button does not fire, in fact, it changes to activate
state. On Android, tapping the button proceeds as expected to another view and controller.
Have put together a codepen.io that mirrors what is actually in the real project that am experiencing the issue, along with a few stylesheets used also in the real project.
The login page authenticates the user and proceeds to the main page if successful.
The ionic info
reports this:
Your system information:
Cordova CLI: 5.4.0
Gulp version: CLI version 3.9.0
Gulp local: Local version 3.9.0
Ionic Version: 1.1.1
Ionic CLI Version: 1.7.10
Ionic App Lib Version: 0.6.5
ios-deploy version: 1.8.2
ios-sim version: 5.0.3
OS: Mac OS X El Capitan
Node Version: v5.0.0
Xcode version: Xcode 7.1.1 Build version 7B1005
The project targets both Android and iOS, initially, I did suspect that there was a conflict with the button
class in the ionic's stylesheet and elsewhere. I have however, been unsuccessful in determining if either the style class or was it data-tap-disabled
attribute was causing the issue.