Hello,
I’m trying to do the following page design using NativeScript - Angular
The page has two areas, 1 - static info, 2 - Dynamic info
the dynamic info part is done using ListView
The whole page is wrapped in a ScrollView so the user can scroll down to see the dynamic area
The problem is: Listview’s scroll is not working inside the ScrollView, So i’m able to scroll down tot he dynamic area, but i cans scroll the dynamic area to see the full information.
Any tips on how to achieve this approach?
Thanks.