Re: iOS scroller blocking 2nd touch event

2011-05-03 Thread Scott Morrow
I am using 4.6.1 but I hadn't experimented with "canCancelTouches". I don't completely understand how / why the messages are being delivered (or not) but was able to get it working by turning off the "visible" property of the scroller when the first touch event was triggered. This allowed a

Re: iOS scroller blocking 2nd touch event

2011-05-02 Thread J. Landman Gay
On 5/2/11 12:09 AM, Scott Morrow wrote: I am using a "2 finger touch" event to call a HUD panel (thanks, René!) in iOS. This seemed to work well until I tried it on a card that also had a UIScrollView object. When the scroller is present I can only get the first touch. I'm testing for the first