dragome/dragome-sdk

Handling touch events

Closed this issue · 5 comments

GWT supports touch events handling thanks to NativeEvent#getChangedTouches() method and Touch API. Is there a similar Dragome API - or, if not, can it be implemented?

Touch events support added in: dcb02fe

Did you upload updated snapshot version, though? I refreshed dependencies and the new classes seem to be missing.

Snapshot was not updated yet, I'll be deploying it asap, please use master branch meanwhile.

deploy is ready

Thanks, now the API seems to be available.