Closed RadouaneRoufid closed 6 years ago
I haven’t tried this but accordion is basically a fancy listview which has a scroll already so you would be stacking scrollviews
The problem is that all the content after my accordion is hidden when I collapse the accordion. The only solution I found for now is ScrollView !!
Ok I’ll look into this does it happen on both platforms?
I only tested on an android platform.
I too checked the same. If the accordion is anywhere inside a ScrollView, it does not function as expected. I created a separate page with accordion without ScrollView on the page and it worked as expected.
Observed this issue on Android. I have not checked it on iOS. I will report as soon as I can check it on iOS.
Any suggestions/solutions are welcome to resolve this issue, without it this plugin is not usable.
I'm using Accordion in my nativescript-angular app. Accordion works great within a Stack ou Grid Layout. But It does not render correctly within a ScrollView.
To reproduce :