I work with checking the existing children in a view, if I have to add them on scrollend of a scrollableview or not. My problem now: on iOS, the array is filled as expected with
[INFO] ( [INFO] "[object title]", [INFO] "[object container]", [INFO] "[object container]", [INFO] "[object btnPane]" [INFO] )on Android, there is only this entry in the children:
[INFO] ( [INFO] "ti.modules.titanium.ui.ViewProxy@41f3dc80" [INFO] )How do I get the real children on Android?