Closed rklde closed 6 years ago
Hi @rklde,
It looks like the nativescript-pro-ui
plugin was not correctly upgraded. Can you try to execute:
tns platform remove android
and then run the application again.
If the issue persist can you try to reproduce it with the Pro UI's Examples app. It uses the same versions as in your app and also uses RadListView
. Let me know how it goes.
Hi @tgpetrov,
thanks for your quick answer, removing android did work :-).
Please, provide the details below:
Did you verify this is a real problem by searching [Stack Overflow]
yes
Tell us about the problem
After updating to 3.4.0 I get an stacktrace opening a view including a RadListView
Please provide the following version numbers that your issue occurs with:
Did the error happen while the app was being constructed? (buildtime error)
no
Did the error happen while the app was executing? (runtime error)
yes log.txt
Please tell us how to recreate the issue in as much detail as possible.
I have two ListViews with swipe actions in this View. I think they raise the stacktrace as I have no explicit LinearLayout but a Stacklayout with horizontal orientation, like this: