I have extracted a small part of my very large app to demonstrate that there is a problem on ipad with the latest 1.4.4-SNAPSHOT version of gquery.
If you visit dnd-tester.appspot.com using a Nexus 7, you will be able to click on the colours tab and slide one of the colours out of the scrolling panel.
If you visit that app using an ipad, the panel can be scrolled, but the colours won't drag.
In fact, using Chrome browser's device emulation (Inspect Element etc), you can see the same experience in your desktop browser. That's a surprise, because I would have thought it would be an ios-related issue, but perhaps it isn't.
When I revert to an older gquery, the issue goes away. That older version is gwtquery-1.4.3-20141231.143602-16
I'm using both draggable and droppable 2.0-SNAPSHOT.
I have extracted a small part of my very large app to demonstrate that there is a problem on ipad with the latest 1.4.4-SNAPSHOT version of gquery.
If you visit dnd-tester.appspot.com using a Nexus 7, you will be able to click on the colours tab and slide one of the colours out of the scrolling panel.
If you visit that app using an ipad, the panel can be scrolled, but the colours won't drag.
In fact, using Chrome browser's device emulation (Inspect Element etc), you can see the same experience in your desktop browser. That's a surprise, because I would have thought it would be an ios-related issue, but perhaps it isn't.
When I revert to an older gquery, the issue goes away. That older version is gwtquery-1.4.3-20141231.143602-16
I'm using both draggable and droppable 2.0-SNAPSHOT.