Can't get touch handlers to fire?

2012-08-09 Thread mark
Hi, I can't get touch handlers to fire: RootPanel rp = RootPanel.get(dummy); rp.sinkEvents(Event.TOUCHEVENTS); rp.addHandler(new TouchStartHandler() { @Override public void onTouchStart(TouchStartEvent event) { // touch down! } }, TouchStartEvent.getType()); What am I

Re: Can't get touch handlers to fire?

2012-08-09 Thread Shawn Brown
I can't get touch handlers to fire: see this http://stackoverflow.com/questions/11875484/how-to-use-touch-handlers-does-gwt-support-them/11875997#11875997 -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email