09-12-2010 08:21 PM
The Torch does not have SurePress, but the Storm should still keep it. If DOWN/UP will not work for your app, then it will probably never be Torch compatible as the DOWN/UP action also triggers the CLICK/UNCLICK actions, so they are in reality one and the same on the Torch.
09-13-2010 01:09 AM
Thanks for the information. I was hoping they would have an equavalent "click" guesture for the torch so I wouldn't have to write a THIRD user interface. Major Bummer!
I guess we should mark this solved.
Thaks Again!
09-13-2010 08:45 AM
To maintain compatibility, you can check if the device is touchscreen, but not surepress and treat the up event as a click in that case.
09-30-2010 12:10 AM
just updating some of my apps and i can not get the click event to work.
my app isnt receiving the click event on the Torch sim.
anyone have any suggestions?
I'm only doing this
if (eventCode == TouchEvent.CLICK)
{
}