16
Support / Re: tk2dUIItems register OnClickUIItem but send swipe to tk2dUIScrollableArea
« on: April 01, 2015, 01:19:06 am »
4.6.3f1. All I did was add a OnClickUIItem listener script, a tk2dUIItem script, and a box collider to the Portrait object of the ItemTemplate. If you click and then release while swiping, it will register a click and also swipe the scroll area. Also, I don't feel that stopping the scroll area should register a click on an item. The iOS user interface does not behave this way. Are you first capturing events in the children and then passing up to the parent?