Hi dennis,
We built an App with gwtmobile-ui-1.1 and everything works fine in iOS5.1. After iOS6 was released, we had a problem.
In the ios5 simulator of xcode: After the app was loaded, i can see the output like [INFO] fireclick in the console if i clicked the screen even i clicked a Textbox.
But in the ios6 simulator: At first it works normally when i clicked a Button i can see [INFO] fireclick and also [INFO] goto. But after i clicked a Textbox or a DropDownList, i cannot see the fireclick output again even if i clicked a Button.
I have checked the source code DragControllerMobile.java but found nothing.
I have tried with the newest source in the github but it didn't help me. Have you any idea what the problem could be?
Thank you in advance.