QML List view as an element of another List view
-
I have two QML files with a list view in each of them. One of the list view loads the the QML file of the 2nd list view.
The elements are loaded using Loader element.Now, if both the list views are using horizontal flick, I am unable to traverse back to the previous list.
But, if one of them is using horizontal flick and the other is using vertical flick, I am able to traverse between the elements.
Could some one please help me with what might be the real issue?