-
Notifications
You must be signed in to change notification settings - Fork 21
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
RadListView crashes with NS 8.2 when pullToRefresh = true #1544
Comments
I have the same error on Android.
|
we are having the exact same issue, but with v9.1.4 of the listview plugin. Tried upgrading to 10+ but it appears to have a dependency on angular 14 (we are running 12). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Which platform(s) does your issue occur on?
So far, have only tested on Android.
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.
Simply setting pullToRefresh to "true" causes the component to crash and not load. Blank screen is displayed. Removing the property or setting it to "false" allows the component to load.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
<RadListView [items]="items" ..... pullToRefresh="true"
The text was updated successfully, but these errors were encountered: