I am running into some issues with touch response on iOS. Here are the 2 issues I am having:
1) Button: I have some buttons that have UIButtonSound and UIButton scale that go off OnPress, and a UIButtonMessage that goes off OnClick. Very frequently, me and my testers tap on the button and you see it scale and hear the sound, but the message from UIButtonMessage is never sent. Very often we have to tap on the button 3-4 times for it to actually take effect
2) Scroll list: I have a UIGrid of buttons in my little store. You scroll up and down and it works great, you tap and the buttons work. Perfect. BUT, if my scroll is not too long (only scroll up or down a bit), when I release the finger it treats as a tap and it ends up pressing the button where my finger was. It is a VERY undesirable thing to have on my store.
Any thoughts on how to remediate these issues? Thank you so much in advance, NGUI is a lifesaver!