Recently, I encountered a challenge with the size of my Panel while loading numerous widgets inside it. To address this issue, I opted to utilize a Resizable Panel in GWT, which initially proved to be effective.
However, my current dilemma lies in adapting this functionality for Touch Enabled Devices such as Android Tablets and iPads. Since the Resize Panel relies on Mouse Drag Events, I am uncertain about how to integrate Touch Events instead.
I came across the GWT-DND API, which offers Resizable Panels that are compatible with touch interfaces. While this seems like a viable solution, I'm hesitant to take on the additional complexity it may entail.
If anyone has experience or insight into this matter, I would greatly appreciate any help or guidance you can provide.