I just upgraded to Unity 4.5 and happy to report that NGUI's accordion nested scrollview is still working.
I have a question about how to do the following:
The accordion has nested horizontal scrollviews and when scrolling the accordion items vertically on the phone, if the user touches one of the horizontal items then it's not possible to scroll up and down, only horizontally. This behaviour makes it quite difficult to use the accordion on mobile devices.
How to get the accordion to scroll up/down even when the user is dragging vertically on an item from the horizontal scrollview ?
To rephrase the question: How to get the accordion to behave like most mobile accordions where when the the user drags up/down, the accordion pans up/down. When dragging left/right on a horizontal scrollview item, then the item is paned left/right.
Edit: The situation is at its worse when all of the accordion's items are expanded.
Here's a video:
https://dl.dropboxusercontent.com/u/48378123/NGUI-Accordion_Dragging_Up_down.mp4