var image = Ti.UI.createImageView({ borderRadius: 5, top: '10%', left: padLeft + '%', image: event.media, height: '80%', width: '13%' });Some images are rotated 90 to the left...How to solve this problem?
↧
Why do some images in a ImageView turn left 90?
↧