-
-
Notifications
You must be signed in to change notification settings - Fork 241
[Angular] Slider with two-way binding remains stuck after first usage #887
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
Comments
Hey guys, we came across this problem when we updated our https://github.com/NativeScript/template-master-detail-ng template to latest NativeScript. Generally we'd prefer not to hack / workaround this particular issue in the template -- do you have an estimate for the fix? |
We are having the same issue. Any estimate for the fix would be nice. |
It's a very nasty issue. This is the last working combination: Can you please fix it? |
@sis0k0 |
Issue is fixed with angular: 4.4+ and nativescript-angular: 4.4+. |
From @manoldonev on July 7, 2017 11:17
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
Slider with two-way ngModel binding remains stuck after first usage. No errors are thrown but you cannot move the slider in either direction anymore. If you navigate away from the page and return back to it, the control is again operational on first usage, then remains stuck. This works correctly on Android.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
The issue is reproducible with any of the sliders in the Angular sdk examples that use two-way data binding here. You just need to update the tns-core-modules version in the app package.json to "~3.1.0".
Copied from original issue: NativeScript/NativeScript#4530
The text was updated successfully, but these errors were encountered: