Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19893] iOS: iPad - List View width is not all the way to the edges.

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionDuplicate
Resolution Date2015-12-04T06:36:10.000+0000
Affected Version/sn/a
Fix Version/sRelease 5.1.0
ComponentsiOS
Labelslistview
ReporterShawn Lan
AssigneeEric Merriman
Created2015-10-01T01:16:29.000+0000
Updated2017-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

FileDateSize
Simulator Screen Shot Sep 30, 2015, 6.11.19 PM.png2015-10-01T01:16:27.000+000026524
Simulator Screen Shot Sep 30, 2015, 6.12.55 PM.png2015-10-01T01:16:27.000+000021860

Comments

  1. Angel Petkov 2015-11-18

    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.
  2. Lee Morris 2017-03-22

    Closing ticket as duplicate as the relevant ticket is linked above.

JSON Source