I am currently developing a titanium app for android and iOs including an imageView which should be scrollable and scalable (via a slider). I already get this to work on iOs but
i have been using this in my project like.
"#windowView":{ top: 44, height: Ti.UI.FILL, width: Ti.UI.FILL, backgroundColor: "trasparent"
}
$.windowView.image = "image path here"
And its working like a charm.