Re: How to develop image swipe functionalities in GWT

2016-07-11 Thread Frank
For which GWT wrappers can be found : HammerGWT : http://www.geomajas.org/hammer-gwt Hammer4J : http://opensource.ahome-it.com/ -- 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

Re: How to develop image swipe functionalities in GWT

2016-07-11 Thread Jens
You need to listen for touch events and write some code to recognize a swipe gesture and then probably fire a custom SwipeEvent. There are libraries that can detect gestures like http://hammerjs.github.io -- J. -- You received this message because you are subscribed to the Google Groups "GWT

How to develop image swipe functionalities in GWT

2016-07-11 Thread David
I have six image elements in my application. I can implement slide features for these image elements. But I like to implement swipe features for these images. I have done a few hour research online. But I can not figure it out how to implement it in GWT. Please help me out. David -- You rece