I have developed a resizable panel in GWT. For this i have referred the following post,
I have hosted a demo in AppEngine. Please Check this : http://rvs-test.appspot.com
Can anyone help me to enable touch events for the Panel to get Resized. I am looking to implement the same in iPad as well as Android Tablets. But this doesn't seem to work over there.
Actually what happens in iPad is, when i touches on the Panel, the Entire Panel gets selected. I tried using the following
-webkit-user-select: none;
-webkit-touch-callout: none;
But still it gets selected. This is the same case with the VerticalSplitPanel in Roughian GWT Examples. Here is the Link to it,
http://examples.roughian.com/#Panels~VerticalSplitPanel
Any help will be appreciated...!