I have created a flexible panel using GWT and found inspiration from the following post,
GWT resizable panel
To see a demo of this in action, visit my hosting on AppEngine:
I am seeking assistance in enabling touch events for resizing the Panel. I aim to make it work on iPad and Android Tablets as well, but so far, it's not functioning properly. On iPad, touching the Panel results in selecting the entire Panel. I have tried using the following CSS properties:
-webkit-user-select: none;
-webkit-touch-callout: none;
However, the issue persists. This same problem occurs with the VerticalSplitPanel in Roughian GWT Examples. You can find it here,
Any guidance or support would be greatly appreciated...!