Jens: Earlier you said "Touch devices usually emulate classic click / mouse move events as well". I have seen the mouse event handlers handling TouchStart consistently, as you said. But the same is not true for TouchMove. I have code that has been working as expected in handling mouse events. But the same set of code work only for the TouchStart.
event.preventDefault() & event.stopPropagation() didn't make any difference. I see the value in creating a sample project to isolate the error. Thanks for your suggestion, we will work on that. --Velu On Sunday, September 8, 2019 at 12:21:44 PM UTC-4, Jens wrote: > > > So you are saying the browser fires a touchend event but the GWT event >> handler isn't called as a result? >> > > or touchmove > > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/e61ba3cc-8e5c-4750-a238-f48a712c3f95%40googlegroups.com.
