[TIMOB-19893] iOS: iPad - List View width is not all the way to the edges.
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2015-12-04T06:36:10.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 5.1.0 |
| Components | iOS |
| Labels | listview |
| Reporter | Shawn Lan |
| Assignee | Eric Merriman |
| Created | 2015-10-01T01:16:29.000+0000 |
| Updated | 2017-03-22T23:07:48.000+0000 |
Description
Create a default alloy project with the following:
index.xml
<Alloy>
<Window class="container">
<ListView id="list">
<ListSection>
<ListItem title="List item 1" accessoryType="Ti.UI.LIST_ACCESSORY_TYPE_DISCLOSURE"></ListItem>
<ListItem title="List item 2" accessoryType="Ti.UI.LIST_ACCESSORY_TYPE_DISCLOSURE"></ListItem>
<ListItem title="List item 3" accessoryType="Ti.UI.LIST_ACCESSORY_TYPE_DISCLOSURE"></ListItem>
</ListSection>
</ListView>
</Window>
</Alloy>
See screenshots for the result. There is no issue on iPhone.
Attachments
| File | Date | Size |
|---|---|---|
| Simulator Screen Shot Sep 30, 2015, 6.11.19 PM.png | 2015-10-01T01:16:27.000+0000 | 26524 |
| Simulator Screen Shot Sep 30, 2015, 6.12.55 PM.png | 2015-10-01T01:16:27.000+0000 | 21860 |
Hello , we've fixed this issue for another ticket. If you download our newest GA (5.1.0 :http://builds.appcelerator.com.s3.amazonaws.com/index.html#5_1_X) it should fix the issue. Thanks.
Closing ticket as duplicate as the relevant ticket is linked above.