Sunday, September 8, 2019

Re: GWT Support for Touch Event

Touch devices usually emulate classic click / mouse move events as well, so if you have handlers for both they might interfere each other and breaking code assumptions.

Other than that, GWT does not do any real magic when it comes to events. Touch events are handled the same as click events or other browser events.

Maybe you should log all events using an event preview handler to figure out why your code does not work as expected.

-- J.

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/b53f73fc-c2d9-4186-be49-8c96f2efa778%40googlegroups.com.

No comments:

Post a Comment