01-23-2013 10:14 AM - edited 01-23-2013 10:15 AM
I have two containers that accept touchEvents that are visible at the same time, one underneath the other. One checks for a horizontal swipe, the other for a vertical swipe.
The debug version of my app passes touch events to both containers.
The release build, however, only sends the touch event to the top most container. When I disable the top container touches, the bottom container gets them.
Is there any way to have them 'pass through' to the lower container or ensure both containers get signals in a release build?
Solved! Go to Solution.
01-23-2013 10:56 AM
Didn't initialize a boolean flag properly, which controlled whether to allow the connection to be established or not.
Sometimes was true and other times false.
![]()