Skip to content
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

Ionic ng-change not working on iOS #90

Open
sudheer-ranga opened this issue Nov 8, 2018 · 0 comments
Open

Ionic ng-change not working on iOS #90

sudheer-ranga opened this issue Nov 8, 2018 · 0 comments

Comments

@sudheer-ranga
Copy link

sudheer-ranga commented Nov 8, 2018

I am trying out this plugin for my ionic v1 app.

  1. Installed the plugin
  2. Used this snipped for getting the decimal keyboard. on iOS the ng-change is not being triggered, while this is working on Android.

<input data-nativekeyboard='{"type":"decimalpad"}' type="number" ng-model="myNumber" name="distance" min="0.001" ng-change="updateNumber()" ng-disabled="isInputDisabled" required />

The same is happening when used with type="text", but when text is used, the decimal pad is not showing up on Android.

Let me know what I am missing here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant