[TIMOB-1228] ImageView will not resize on orientation change on iPad
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:55:35.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.5.0 |
| Components | iOS |
| Labels | defect, image, ios, ipad, view |
| Reporter | ctredway |
| Assignee | Blain Hamon |
| Created | 2011-04-15T02:47:09.000+0000 |
| Updated | 2011-04-17T01:55:35.000+0000 |
Description
A customer reported that an image view would not dynamically resize on an orientation change. I have verified that this does not work on the iPad running 3.2 but does work on an iphone running os4 (simulator).
Attachments
| File | Date | Size |
|---|---|---|
| image.js | 2011-04-15T02:47:10.000+0000 | 690 |
| square.png | 2011-04-15T02:47:10.000+0000 | 51262 |
(from [e111bfc61ba8a2b448e9c6830dfeb44663e81743]) [#1228 state:resolved] TiUIImageView now uses TiDimension sizing rather than pixels. Note that for remote images, % specifications still will not work. http://github.com/appcelerator/titanium_mobile/commit/e111bfc61ba8a2b448e9c6830dfeb44663e81743"> http://github.com/appcelerator/titanium_mobile/commit/e111bfc61ba8a...
This commit cause the same effect as in my old ticket #1156.