[TIMOB-12861] Wordwrap and (maybe) ellipsize not working on iPhone but OK on Android
| GitHub Issue | n/a |
| Type | Bug |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 3.0.2 |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Leor Brenman |
| Assignee | Unknown |
| Created | 2013-02-26T19:15:03.000+0000 |
| Updated | 2018-02-28T20:03:43.000+0000 |
Description
Setting wordWrap:false does not cause label to NOT wrap on iOS but is OK on Android.
See sample project and attached screen shot.
Steps to reproduce:
* Start with default Single Window Titanium app template
* Modify label with word-wrap:true
* Make text for label very long
* Run on iPhone and Android and see it NOT work on iPhone (i.e. sentence does wrap)
Attachments
Sample project - simple test case
Screen showing problem on iPhone sim bit OK on Android AVD