Am I crazy, or is there no way currently (Mobile SDK 2.1.3) to non-proportionally resize/scale an ImageView in a Mobile Web deployment? I've tried setting width/height - and it always seems to scale proportionally no matter what I do - and if it does not fit in the view, it will scale it smaller too (unless it's the backgroundImage in which case it will get cut off but still proportionally scaled).
Is this a current limitation in the SDK?
1 Answer
It's currently not possible for an ImageView on any Titanium supported platform to distort an image from it's original aspect ratio.
Your Answer
Think you can help? Login to answer this question!